#B71F4A

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

Shades of Old Rose #B71F4A

Tints of Old Rose #B71F4A

Color information

#B71F4A (or 0xB71F4A) is unknown color: approx Old Rose. HEX triplet: B7, 1F and 4A. RGB value is (183,31,74). Sum of RGB (Red+Green+Blue) = 183+31+74=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71F4A is #48E0B5. Grayscale: #515151. Windows color (decimal): -4776118 or 4857783. OLE color: 4857783.

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

Color convert

RGB1833174-
CMYK00.830.600.28
HSL343.03º71.03%41.96%-
HSV(B)343.03º83.06%71.76%-
XYZ21.2511.547.59-
YUV81.35123.86200.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.54%
GREEN value IS 31 (12.5% from 255) = 10.76%
BLUE value IS 74 (29.30% from 255) = 25.69%
R=63.54%
G=10.76%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183317400.830.600.28343.0371.0341.96
HexB71F4A0533C1C157472a
Octal267371120123743452710752
Binary1011011111111100101001010011111100111001010101111000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71F4A; }

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

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

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

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

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

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

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

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