#B13C5F

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

Shades of Rouge #B13C5F

Tints of Rouge #B13C5F

Color information

#B13C5F (or 0xB13C5F) is unknown color: approx Rouge. HEX triplet: B1, 3C and 5F. RGB value is (177,60,95). Sum of RGB (Red+Green+Blue) = 177+60+95=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13C5F is #4EC3A0. Grayscale: #626262. Windows color (decimal): -5161889 or 6241457. OLE color: 6241457.

HSL color Cylindrical-coordinate representation of color #B13C5F: hue angle of 342.05º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13C5F is Cyan = 0, Magento = 0.66, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB1776095-
CMYK00.660.460.31
HSL342.05º49.37%46.47%-
HSV(B)342.05º66.1%69.41%-
XYZ21.8113.4112.26-
YUV98.97125.76183.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.31%
GREEN value IS 60 (23.83% from 255) = 18.07%
BLUE value IS 95 (37.5% from 255) = 28.61%
R=53.31%
G=18.07%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177609500.660.460.31342.0549.3746.47
HexB13C5F0422E1F156312e
Octal26174137010256375266156
Binary1011000111110010111110100001010111011111101010110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13C5F; }

 p { color: rgb(177,60,95); }

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

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

 a { background-color: rgb(177,60,95); }

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

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

 span { border-color: rgb(177,60,95); }

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