#B2316F

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

Shades of Rouge #B2316F

Tints of Rouge #B2316F

Color information

#B2316F (or 0xB2316F) is unknown color: approx Rouge. HEX triplet: B2, 31 and 6F. RGB value is (178,49,111). Sum of RGB (Red+Green+Blue) = 178+49+111=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 49 (19.53% from 255 or 14.50% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2316F is #4DCE90. Grayscale: #5E5E5E. Windows color (decimal): -5099153 or 7287218. OLE color: 7287218.

HSL color Cylindrical-coordinate representation of color #B2316F: hue angle of 331.16º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2316F is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB17849111-
CMYK00.720.380.30
HSL331.16º56.83%44.51%-
HSV(B)331.16º72.47%69.8%-
XYZ22.3312.8116.33-
YUV94.64137.24187.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.66%
GREEN value IS 49 (19.53% from 255) = 14.50%
BLUE value IS 111 (43.75% from 255) = 32.84%
R=52.66%
G=14.50%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1784911100.720.380.30331.1656.8344.51
HexB2316F048261E14b392d
Octal26261157011046365137155
Binary1011001011000111011110100100010011011110101001011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2316F; }

 p { color: rgb(178,49,111); }

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

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

 a { background-color: rgb(178,49,111); }

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

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

 span { border-color: rgb(178,49,111); }

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