Html Css Color HEX #B52A6B Rouge

📋 copy color: '#B52A6B'

red 181 ◦ green 42 ◦ blue 107

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

Shades of Rouge #B52A6B

Tints of Rouge #B52A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.42%

R = 54.85%
G = 12.73%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B52A6B (or 0xB52A6B) is known color: Rouge. HEX triplet: B5, 2A and 6B. RGB value is (181,42,107). Sum of RGB (Red+Green+Blue) = 181+42+107=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 42 (16.80% from 255 or 12.73% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B52A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52A6B is #4AD594. Grayscale: #5A5A5A. Windows color (decimal): -4904341 or 7023285. OLE color: 7023285.

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

Color convert

RGB 181 42 107 -
CMYK 0 0.77 0.41 0.29
HSL 331.94º 0.62% 0.44% -
HSV(B) 331.94º 0.77% 0.71% -
XYZ 22.54 12.54 15.14 -
YUV 90.97 137.05 192.21 -
System Red Green Blue C M Y K H S L
Decimal 181 42 107 0 0.77 0.41 0.29 331.94 0.62 0.44
Hex B5 2A 6B 0 4D 29 1D 14C 3E 2C
Octal 265 52 153 0 115 51 35 514 76 54
Binary 10110101 101010 1101011 0 1001101 101001 11101 101001100 111110 101100

Color Harmonies of #B52A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52A6B

Black with #B52A6B

Text Example


Text Example

White with #B52A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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