#B62944

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

Shades of Old Rose #B62944

Tints of Old Rose #B62944

Color information

#B62944 (or 0xB62944) is unknown color: approx Old Rose. HEX triplet: B6, 29 and 44. RGB value is (182,41,68). Sum of RGB (Red+Green+Blue) = 182+41+68=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 68 (26.95% from 255 or 23.37% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B62944 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62944 is #49D6BB. Grayscale: #565656. Windows color (decimal): -4839100 or 4467126. OLE color: 4467126.

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

Color convert

RGB1824168-
CMYK00.770.630.29
HSL348.51º63.23%43.73%-
HSV(B)348.51º77.47%71.37%-
XYZ21.1311.956.66-
YUV86.24117.71196.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.54%
GREEN value IS 41 (16.41% from 255) = 14.09%
BLUE value IS 68 (26.95% from 255) = 23.37%
R=62.54%
G=14.09%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182416800.770.630.29348.5163.2343.73
HexB6294404D3F1D15d3f2c
Octal26651104011577355357754
Binary1011011010100110001000100110111111111101101011101111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62944; }

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

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

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

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

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

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

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

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