#B82942

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

Shades of Old Rose #B82942

Tints of Old Rose #B82942

Color information

#B82942 (or 0xB82942) is unknown color: approx Old Rose. HEX triplet: B8, 29 and 42. RGB value is (184,41,66). Sum of RGB (Red+Green+Blue) = 184+41+66=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B82942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82942 is #47D6BD. Grayscale: #565656. Windows color (decimal): -4708030 or 4336056. OLE color: 4336056.

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

Color convert

RGB1844166-
CMYK00.780.640.28
HSL349.51º63.56%44.12%-
HSV(B)349.51º77.72%72.16%-
XYZ21.5412.176.37-
YUV86.61116.38197.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 63.23%
GREEN value IS 41 (16.41% from 255) = 14.09%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=63.23%
G=14.09%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184416600.780.640.28349.5163.5644.12
HexB8294204E401C15e402c
Octal2705110201161003453610054
Binary101110001010011000010010011101000000111001010111101000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B82942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B82942; }

 p { color: rgb(184,41,66); }

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

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

 a { background-color: rgb(184,41,66); }

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

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

 span { border-color: rgb(184,41,66); }

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