Html Css Color HEX #B52A66 Rouge

📋 copy color: '#B52A66'

red 181 ◦ green 42 ◦ blue 102

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

Shades of Rouge #B52A66

Tints of Rouge #B52A66

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.92%

 BLUE value IS 102 (40.23% from 255) = 31.38%

R = 55.69%
G = 12.92%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B52A66 (or 0xB52A66) is known color: Rouge. HEX triplet: B5, 2A and 66. RGB value is (181,42,102). Sum of RGB (Red+Green+Blue) = 181+42+102=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 42 (16.80% from 255 or 12.92% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52A66 is #4AD599. Grayscale: #5A5A5A. Windows color (decimal): -4904346 or 6695605. OLE color: 6695605.

HSL color Cylindrical-coordinate representation of color #B52A66: hue angle of 334.1º degrees, saturation: 0.62, 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 #B52A66 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 42 102 -
CMYK 0 0.77 0.44 0.29
HSL 334.1º 0.62% 0.44% -
HSV(B) 334.1º 0.77% 0.71% -
XYZ 22.28 12.44 13.8 -
YUV 90.4 134.55 192.62 -
System Red Green Blue C M Y K H S L
Decimal 181 42 102 0 0.77 0.44 0.29 334.1 0.62 0.44
Hex B5 2A 66 0 4D 2C 1D 14E 3E 2C
Octal 265 52 146 0 115 54 35 516 76 54
Binary 10110101 101010 1100110 0 1001101 101100 11101 101001110 111110 101100

Color Harmonies of #B52A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52A66

Black with #B52A66

Text Example


Text Example

White with #B52A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52A66; }

 p { color: rgb(181,42,102); }

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

background-color css

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

 a { background-color: rgb(181,42,102); }

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

border-color css

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

 span { border-color: rgb(181,42,102); }

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