#B62B45

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

Shades of Old Rose #B62B45

Tints of Old Rose #B62B45

Color information

#B62B45 (or 0xB62B45) is unknown color: approx Old Rose. HEX triplet: B6, 2B and 45. RGB value is (182,43,69). Sum of RGB (Red+Green+Blue) = 182+43+69=294 (38% of max value = 765). Red value is 182 (71.48% from 255 or 61.90% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 69 (27.34% from 255 or 23.47% from 294); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62B45 is #49D4BA. Grayscale: #575757. Windows color (decimal): -4838587 or 4533174. OLE color: 4533174.

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

Color convert

RGB1824369-
CMYK00.760.620.29
HSL348.78º61.78%44.12%-
HSV(B)348.78º76.37%71.37%-
XYZ21.2312.16.85-
YUV87.52117.55195.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 61.90%
GREEN value IS 43 (17.19% from 255) = 14.63%
BLUE value IS 69 (27.34% from 255) = 23.47%
R=61.90%
G=14.63%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182436900.760.620.29348.7861.7844.12
HexB62B4504C3E1D15d3e2c
Octal26653105011476355357654
Binary1011011010101110001010100110011111011101101011101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62B45; }

 p { color: rgb(182,43,69); }

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

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

 a { background-color: rgb(182,43,69); }

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

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

 span { border-color: rgb(182,43,69); }

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