#B41A4C

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

Shades of Old Rose #B41A4C

Tints of Old Rose #B41A4C

Color information

#B41A4C (or 0xB41A4C) is unknown color: approx Old Rose. HEX triplet: B4, 1A and 4C. RGB value is (180,26,76). Sum of RGB (Red+Green+Blue) = 180+26+76=282 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.83% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41A4C is #4BE5B3. Grayscale: #4D4D4D. Windows color (decimal): -4974004 or 4987572. OLE color: 4987572.

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

Color convert

RGB1802676-
CMYK00.860.580.29
HSL340.52º74.76%40.39%-
HSV(B)340.52º85.56%70.59%-
XYZ20.510.967.87-
YUV77.75127.02200.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 63.83%
GREEN value IS 26 (10.55% from 255) = 9.22%
BLUE value IS 76 (30.08% from 255) = 26.95%
R=63.83%
G=9.22%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180267600.860.580.29340.5274.7640.39
HexB41A4C0563A1D1554b28
Octal264321140126723552511350
Binary1011010011010100110001010110111010111011010101011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41A4C; }

 p { color: rgb(180,26,76); }

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

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

 a { background-color: rgb(180,26,76); }

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

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

 span { border-color: rgb(180,26,76); }

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