#B31C4A

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

Shades of Old Rose #B31C4A

Tints of Old Rose #B31C4A

Color information

#B31C4A (or 0xB31C4A) is unknown color: approx Old Rose. HEX triplet: B3, 1C and 4A. RGB value is (179,28,74). Sum of RGB (Red+Green+Blue) = 179+28+74=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C4A is #4CE3B5. Grayscale: #4E4E4E. Windows color (decimal): -5039030 or 4857011. OLE color: 4857011.

HSL color Cylindrical-coordinate representation of color #B31C4A: hue angle of 341.72º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31C4A is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB1792874-
CMYK00.840.590.30
HSL341.72º72.95%40.59%-
HSV(B)341.72º84.36%70.2%-
XYZ20.2410.917.52-
YUV78.39125.53199.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.70%
GREEN value IS 28 (11.33% from 255) = 9.96%
BLUE value IS 74 (29.30% from 255) = 26.33%
R=63.70%
G=9.96%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179287400.840.590.30341.7272.9540.59
HexB31C4A0543B1E1564929
Octal263341120124733652611151
Binary1011001111100100101001010100111011111101010101101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31C4A; }

 p { color: rgb(179,28,74); }

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

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

 a { background-color: rgb(179,28,74); }

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

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

 span { border-color: rgb(179,28,74); }

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