#B62344

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

Shades of Old Rose #B62344

Tints of Old Rose #B62344

Color information

#B62344 (or 0xB62344) is unknown color: approx Old Rose. HEX triplet: B6, 23 and 44. RGB value is (182,35,68). Sum of RGB (Red+Green+Blue) = 182+35+68=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 35 (14.06% from 255 or 12.28% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B62344 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62344 is #49DCBB. Grayscale: #525252. Windows color (decimal): -4840636 or 4465590. OLE color: 4465590.

HSL color Cylindrical-coordinate representation of color #B62344: hue angle of 346.53º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B62344 is Cyan = 0, Magento = 0.81, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB1823568-
CMYK00.810.630.29
HSL346.53º67.74%42.55%-
HSV(B)346.53º80.77%71.37%-
XYZ20.9411.566.6-
YUV82.71119.7198.82-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.86%
GREEN value IS 35 (14.06% from 255) = 12.28%
BLUE value IS 68 (26.95% from 255) = 23.86%
R=63.86%
G=12.28%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182356800.810.630.29346.5367.7442.55
HexB623440513F1D15b442b
Octal266431040121773553310453
Binary10110110100011100010001010001111111111011010110111000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62344; }

 p { color: rgb(182,35,68); }

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

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

 a { background-color: rgb(182,35,68); }

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

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

 span { border-color: rgb(182,35,68); }

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