Html Css Color HEX #B52960 Rouge

📋 copy color: '#B52960'

red 181 ◦ green 41 ◦ blue 96

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

Shades of Rouge #B52960

Tints of Rouge #B52960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.89%

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

R = 56.92%
G = 12.89%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B52960 (or 0xB52960) is known color: Rouge. HEX triplet: B5, 29 and 60. RGB value is (181,41,96). Sum of RGB (Red+Green+Blue) = 181+41+96=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B52960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52960 is #4AD69F. Grayscale: #595959. Windows color (decimal): -4904608 or 6302133. OLE color: 6302133.

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

Color convert

RGB 181 41 96 -
CMYK 0 0.77 0.47 0.29
HSL 336.43º 0.63% 0.44% -
HSV(B) 336.43º 0.77% 0.71% -
XYZ 21.96 12.25 12.27 -
YUV 89.13 131.88 193.53 -
System Red Green Blue C M Y K H S L
Decimal 181 41 96 0 0.77 0.47 0.29 336.43 0.63 0.44
Hex B5 29 60 0 4D 2F 1D 150 3F 2C
Octal 265 51 140 0 115 57 35 520 77 54
Binary 10110101 101001 1100000 0 1001101 101111 11101 101010000 111111 101100

Color Harmonies of #B52960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52960

Black with #B52960

Text Example


Text Example

White with #B52960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52960; }

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

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

background-color css

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

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

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

border-color css

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

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

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