Html Css Color HEX #B52760 Rouge

📋 copy color: '#B52760'

red 181 ◦ green 39 ◦ blue 96

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

Shades of Rouge #B52760

Tints of Rouge #B52760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.34%

 BLUE value IS 96 (37.89% from 255) = 30.38%

R = 57.28%
G = 12.34%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B52760 (or 0xB52760) is known color: Rouge. HEX triplet: B5, 27 and 60. RGB value is (181,39,96). Sum of RGB (Red+Green+Blue) = 181+39+96=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B52760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52760 is #4AD89F. Grayscale: #575757. Windows color (decimal): -4905120 or 6301621. OLE color: 6301621.

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

Color convert

RGB 181 39 96 -
CMYK 0 0.78 0.47 0.29
HSL 335.92º 0.65% 0.43% -
HSV(B) 335.92º 0.78% 0.71% -
XYZ 21.89 12.12 12.25 -
YUV 87.96 132.54 194.37 -
System Red Green Blue C M Y K H S L
Decimal 181 39 96 0 0.78 0.47 0.29 335.92 0.65 0.43
Hex B5 27 60 0 4E 2F 1D 150 41 2B
Octal 265 47 140 0 116 57 35 520 101 53
Binary 10110101 100111 1100000 0 1001110 101111 11101 101010000 1000001 101011

Color Harmonies of #B52760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52760

Black with #B52760

Text Example


Text Example

White with #B52760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52760; }

 p { color: rgb(181,39,96); }

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

background-color css

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

 a { background-color: rgb(181,39,96); }

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

border-color css

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

 span { border-color: rgb(181,39,96); }

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