#B61F4C

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

Shades of Old Rose #B61F4C

Tints of Old Rose #B61F4C

Color information

#B61F4C (or 0xB61F4C) is unknown color: approx Old Rose. HEX triplet: B6, 1F and 4C. RGB value is (182,31,76). Sum of RGB (Red+Green+Blue) = 182+31+76=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B61F4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B61F4C is #49E0B3. Grayscale: #515151. Windows color (decimal): -4841652 or 4988854. OLE color: 4988854.

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

Color convert

RGB1823176-
CMYK00.830.580.29
HSL342.12º70.89%41.76%-
HSV(B)342.12º82.97%71.37%-
XYZ21.0911.457.94-
YUV81.28125.03199.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 62.98%
GREEN value IS 31 (12.5% from 255) = 10.73%
BLUE value IS 76 (30.08% from 255) = 26.30%
R=62.98%
G=10.73%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182317600.830.580.29342.1270.8941.76
HexB61F4C0533A1D156472a
Octal266371140123723552610752
Binary1011011011111100110001010011111010111011010101101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B61F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B61F4C; }

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

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

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

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

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

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

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

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