#B72F5F

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

Shades of Rouge #B72F5F

Tints of Rouge #B72F5F

Color information

#B72F5F (or 0xB72F5F) is unknown color: approx Rouge. HEX triplet: B7, 2F and 5F. RGB value is (183,47,95). Sum of RGB (Red+Green+Blue) = 183+47+95=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 47 (18.75% from 255 or 14.46% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72F5F is #48D0A0. Grayscale: #5D5D5D. Windows color (decimal): -4772001 or 6238135. OLE color: 6238135.

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

Color convert

RGB1834795-
CMYK00.740.480.28
HSL338.82º59.13%45.1%-
HSV(B)338.82º74.32%71.76%-
XYZ22.6112.9312.13-
YUV93.14129.06192.1-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.31%
GREEN value IS 47 (18.75% from 255) = 14.46%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=56.31%
G=14.46%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183479500.740.480.28338.8259.1345.1
HexB72F5F04A301C1533b2d
Octal26757137011260345237355
Binary1011011110111110111110100101011000011100101010011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72F5F; }

 p { color: rgb(183,47,95); }

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

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

 a { background-color: rgb(183,47,95); }

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

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

 span { border-color: rgb(183,47,95); }

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