#b71b4a

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

Shades of Old Rose #B71B4A

Tints of Old Rose #B71B4A

Color information

#B71B4A (or 0xB71B4A) is unknown color: approx Old Rose. HEX triplet: B7, 1B and 4A. RGB value is (183,27,74). Sum of RGB (Red+Green+Blue) = 183+27+74=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71B4A is #48E4B5. Grayscale: #4E4E4E. Windows color (decimal): -4777142 or 4856759. OLE color: 4856759.

HSL color Cylindrical-coordinate representation of color #B71B4A: hue angle of 341.92º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71B4A is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB1832774-
CMYK00.850.600.28
HSL341.92º74.29%41.18%-
HSV(B)341.92º85.25%71.76%-
XYZ21.1611.357.55-
YUV79125.18202.18-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.44%
GREEN value IS 27 (10.94% from 255) = 9.51%
BLUE value IS 74 (29.30% from 255) = 26.06%
R=64.44%
G=9.51%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183277400.850.600.28341.9274.2941.18
HexB71B4A0553C1C1564a29
Octal267331120125743452611251
Binary1011011111011100101001010101111100111001010101101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b71b4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b71b4a; }

 p { color: rgb(183,27,74); }

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

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

 a { background-color: rgb(183,27,74); }

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

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

 span { border-color: rgb(183,27,74); }

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