#b62f4c

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

Shades of Old Rose #B62F4C

Tints of Old Rose #B62F4C

Color information

#B62F4C (or 0xB62F4C) is unknown color: approx Old Rose. HEX triplet: B6, 2F and 4C. RGB value is (182,47,76). Sum of RGB (Red+Green+Blue) = 182+47+76=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B62F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62F4C is #49D0B3. Grayscale: #5A5A5A. Windows color (decimal): -4837556 or 4992950. OLE color: 4992950.

HSL color Cylindrical-coordinate representation of color #B62F4C: hue angle of 347.11º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B62F4C is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1824776-
CMYK00.740.580.29
HSL347.11º58.95%44.9%-
HSV(B)347.11º74.18%71.37%-
XYZ21.6112.58.11-
YUV90.67119.73193.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 59.67%
GREEN value IS 47 (18.75% from 255) = 15.41%
BLUE value IS 76 (30.08% from 255) = 24.92%
R=59.67%
G=15.41%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182477600.740.580.29347.1158.9544.9
HexB62F4C04A3A1D15b3b2d
Octal26657114011272355337355
Binary1011011010111110011000100101011101011101101011011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b62f4c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b62f4c; }

 p { color: rgb(182,47,76); }

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

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

 a { background-color: rgb(182,47,76); }

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

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

 span { border-color: rgb(182,47,76); }

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