#B31C4B

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

Shades of Old Rose #B31C4B

Tints of Old Rose #B31C4B

Color information

#B31C4B (or 0xB31C4B) is unknown color: approx Old Rose. HEX triplet: B3, 1C and 4B. RGB value is (179,28,75). Sum of RGB (Red+Green+Blue) = 179+28+75=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 75 (29.69% from 255 or 26.60% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31C4B is #4CE3B4. Grayscale: #4E4E4E. Windows color (decimal): -5039029 or 4922547. OLE color: 4922547.

HSL color Cylindrical-coordinate representation of color #B31C4B: hue angle of 341.32º 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 #B31C4B is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB1792875-
CMYK00.840.580.30
HSL341.32º72.95%40.59%-
HSV(B)341.32º84.36%70.2%-
XYZ20.2810.927.7-
YUV78.51126.03199.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.48%
GREEN value IS 28 (11.33% from 255) = 9.93%
BLUE value IS 75 (29.69% from 255) = 26.60%
R=63.48%
G=9.93%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179287500.840.580.30341.3272.9540.59
HexB31C4B0543A1E1554929
Octal263341130124723652511151
Binary1011001111100100101101010100111010111101010101011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31C4B; }

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

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

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

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

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

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

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

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