#B62841

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

Shades of Old Rose #B62841

Tints of Old Rose #B62841

Color information

#B62841 (or 0xB62841) is unknown color: approx Old Rose. HEX triplet: B6, 28 and 41. RGB value is (182,40,65). Sum of RGB (Red+Green+Blue) = 182+40+65=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B62841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62841 is #49D7BE. Grayscale: #555555. Windows color (decimal): -4839359 or 4270262. OLE color: 4270262.

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

Color convert

RGB1824065-
CMYK00.780.640.29
HSL349.44º63.96%43.53%-
HSV(B)349.44º78.02%71.37%-
XYZ2111.846.18-
YUV85.31116.54196.97-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 63.41%
GREEN value IS 40 (16.02% from 255) = 13.94%
BLUE value IS 65 (25.78% from 255) = 22.65%
R=63.41%
G=13.94%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182406500.780.640.29349.4463.9643.53
HexB6284104E401D15d402c
Octal2665010101161003553510054
Binary101101101010001000001010011101000000111011010111011000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62841; }

 p { color: rgb(182,40,65); }

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

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

 a { background-color: rgb(182,40,65); }

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

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

 span { border-color: rgb(182,40,65); }

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