#B62443

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

Shades of Old Rose #B62443

Tints of Old Rose #B62443

Color information

#B62443 (or 0xB62443) is unknown color: approx Old Rose. HEX triplet: B6, 24 and 43. RGB value is (182,36,67). Sum of RGB (Red+Green+Blue) = 182+36+67=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 36 (14.45% from 255 or 12.63% from 285); Blue value is 67 (26.56% from 255 or 23.51% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B62443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62443 is #49DBBC. Grayscale: #535353. Windows color (decimal): -4840381 or 4400310. OLE color: 4400310.

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

Color convert

RGB1823667-
CMYK00.800.630.29
HSL347.26º66.97%42.75%-
HSV(B)347.26º80.22%71.37%-
XYZ20.9411.616.45-
YUV83.19118.87198.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.86%
GREEN value IS 36 (14.45% from 255) = 12.63%
BLUE value IS 67 (26.56% from 255) = 23.51%
R=63.86%
G=12.63%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182366700.800.630.29347.2666.9742.75
HexB624430503F1D15b432b
Octal266441030120773553310353
Binary10110110100100100001101010000111111111011010110111000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62443; }

 p { color: rgb(182,36,67); }

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

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

 a { background-color: rgb(182,36,67); }

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

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

 span { border-color: rgb(182,36,67); }

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