Html Css Color HEX #B52D60 Rouge

📋 copy color: '#B52D60'

red 181 ◦ green 45 ◦ blue 96

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

Shades of Rouge #B52D60

Tints of Rouge #B52D60

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.98%

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

R = 56.21%
G = 13.98%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B52D60 (or 0xB52D60) is known color: Rouge. HEX triplet: B5, 2D and 60. RGB value is (181,45,96). Sum of RGB (Red+Green+Blue) = 181+45+96=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 45 (17.97% from 255 or 13.98% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52D60 is #4AD29F. Grayscale: #5B5B5B. Windows color (decimal): -4903584 or 6303157. OLE color: 6303157.

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

Color convert

RGB 181 45 96 -
CMYK 0 0.75 0.47 0.29
HSL 337.5º 0.6% 0.44% -
HSV(B) 337.5º 0.75% 0.71% -
XYZ 22.11 12.55 12.32 -
YUV 91.48 130.56 191.85 -
System Red Green Blue C M Y K H S L
Decimal 181 45 96 0 0.75 0.47 0.29 337.5 0.6 0.44
Hex B5 2D 60 0 4B 2F 1D 152 3C 2C
Octal 265 55 140 0 113 57 35 522 74 54
Binary 10110101 101101 1100000 0 1001011 101111 11101 101010010 111100 101100

Color Harmonies of #B52D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52D60

Black with #B52D60

Text Example


Text Example

White with #B52D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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