Html Css Color HEX #B52C5E Rouge

📋 copy color: '#B52C5E'

red 181 ◦ green 44 ◦ blue 94

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

Shades of Rouge #B52C5E

Tints of Rouge #B52C5E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.79%

 BLUE value IS 94 (37.11% from 255) = 29.47%

R = 56.74%
G = 13.79%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B52C5E (or 0xB52C5E) is known color: Rouge. HEX triplet: B5, 2C and 5E. RGB value is (181,44,94). Sum of RGB (Red+Green+Blue) = 181+44+94=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52C5E is #4AD3A1. Grayscale: #5A5A5A. Windows color (decimal): -4903842 or 6171829. OLE color: 6171829.

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

Color convert

RGB 181 44 94 -
CMYK 0 0.76 0.48 0.29
HSL 338.1º 0.61% 0.44% -
HSV(B) 338.1º 0.76% 0.71% -
XYZ 21.98 12.43 11.83 -
YUV 90.66 129.89 192.43 -
System Red Green Blue C M Y K H S L
Decimal 181 44 94 0 0.76 0.48 0.29 338.1 0.61 0.44
Hex B5 2C 5E 0 4C 30 1D 152 3D 2C
Octal 265 54 136 0 114 60 35 522 75 54
Binary 10110101 101100 1011110 0 1001100 110000 11101 101010010 111101 101100

Color Harmonies of #B52C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52C5E

Black with #B52C5E

Text Example


Text Example

White with #B52C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52C5E; }

 p { color: rgb(181,44,94); }

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

background-color css

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

 a { background-color: rgb(181,44,94); }

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

border-color css

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

 span { border-color: rgb(181,44,94); }

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