Html Css Color HEX #B53C5F Rouge

📋 copy color: '#B53C5F'

red 181 ◦ green 60 ◦ blue 95

#B53C5F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #B53C5F

Tints of Rouge #B53C5F

RGB

 RED value IS 181 (71.09% from 255) = 53.87%

 GREEN value IS 60 (23.83% from 255) = 17.86%

 BLUE value IS 95 (37.5% from 255) = 28.27%

R = 53.87%
G = 17.86%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B53C5F (or 0xB53C5F) is known color: Rouge. HEX triplet: B5, 3C and 5F. RGB value is (181,60,95). Sum of RGB (Red+Green+Blue) = 181+60+95=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 95 (37.5% from 255 or 28.27% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C5F is #4AC3A0. Grayscale: #646464. Windows color (decimal): -4899745 or 6241461. OLE color: 6241461.

HSL color Cylindrical-coordinate representation of color #B53C5F: hue angle of 342.64º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53C5F is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 60 95 -
CMYK 0 0.67 0.48 0.29
HSL 342.64º 0.5% 0.47% -
HSV(B) 342.64º 0.67% 0.71% -
XYZ 22.74 13.88 12.31 -
YUV 100.17 125.09 185.65 -
System Red Green Blue C M Y K H S L
Decimal 181 60 95 0 0.67 0.48 0.29 342.64 0.5 0.47
Hex B5 3C 5F 0 43 30 1D 157 32 2F
Octal 265 74 137 0 103 60 35 527 62 57
Binary 10110101 111100 1011111 0 1000011 110000 11101 101010111 110010 101111

Color Harmonies of #B53C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53C5F

Black with #B53C5F

Text Example


Text Example

White with #B53C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53C5F; }

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

 H1.HeaderClassName
 {
   color: #B53C5F;
 }
 .AnyTagClassName
 {
   color: #B53C5F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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