#B63D46

Color #B63D46 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B63D46

Tints of Old Rose #B63D46

Color information

#B63D46 (or 0xB63D46) is unknown color: approx Old Rose. HEX triplet: B6, 3D and 46. RGB value is (182,61,70). Sum of RGB (Red+Green+Blue) = 182+61+70=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D46 is #49C2B9. Grayscale: #626262. Windows color (decimal): -4833978 or 4603318. OLE color: 4603318.

HSL color Cylindrical-coordinate representation of color #B63D46: hue angle of 355.54º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B63D46 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1826170-
CMYK00.660.620.29
HSL355.54º49.79%47.65%-
HSV(B)355.54º66.48%71.37%-
XYZ22.0713.727.28-
YUV98.2112.09187.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 58.15%
GREEN value IS 61 (24.22% from 255) = 19.49%
BLUE value IS 70 (27.73% from 255) = 22.36%
R=58.15%
G=19.49%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182617000.660.620.29355.5449.7947.65
HexB63D460423E1D1643230
Octal26675106010276355446260
Binary1011011011110110001100100001011111011101101100100110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B63D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B63D46; }

 p { color: rgb(182,61,70); }

 H1.HeaderClassName
 {
   color: #B63D46;
 }
 .AnyTagClassName
 {
   color: #B63D46;
 }
</style>
background-color css

<style>
 a { background-color: #B63D46; }

 a { background-color: rgb(182,61,70); }

 div.DivClassName
 {
   background-color: #B63D46;
 }
 .BgClassName
 {
   background-color: #B63D46;
 }
</style>
border-color css

<style>
 span { border-color: #B63D46; }

 span { border-color: rgb(182,61,70); }

 td.TdClassName
 {
   border-color: #B63D46;
 }
 .TagClassName
 {
   border-color: #B63D46;
 }
</style>