Html Css Color HEX #B52E65 Rouge

📋 copy color: '#B52E65'

red 181 ◦ green 46 ◦ blue 101

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

Shades of Rouge #B52E65

Tints of Rouge #B52E65

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.02%

 BLUE value IS 101 (39.84% from 255) = 30.79%

R = 55.18%
G = 14.02%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B52E65 (or 0xB52E65) is known color: Rouge. HEX triplet: B5, 2E and 65. RGB value is (181,46,101). Sum of RGB (Red+Green+Blue) = 181+46+101=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 46 (18.36% from 255 or 14.02% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52E65 is #4AD19A. Grayscale: #5C5C5C. Windows color (decimal): -4903323 or 6631093. OLE color: 6631093.

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

Color convert

RGB 181 46 101 -
CMYK 0 0.75 0.44 0.29
HSL 335.56º 0.59% 0.45% -
HSV(B) 335.56º 0.75% 0.71% -
XYZ 22.38 12.72 13.59 -
YUV 92.64 132.73 191.03 -
System Red Green Blue C M Y K H S L
Decimal 181 46 101 0 0.75 0.44 0.29 335.56 0.59 0.45
Hex B5 2E 65 0 4B 2C 1D 150 3B 2D
Octal 265 56 145 0 113 54 35 520 73 55
Binary 10110101 101110 1100101 0 1001011 101100 11101 101010000 111011 101101

Color Harmonies of #B52E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52E65

Black with #B52E65

Text Example


Text Example

White with #B52E65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52E65; }

 p { color: rgb(181,46,101); }

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

background-color css

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

 a { background-color: rgb(181,46,101); }

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

border-color css

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

 span { border-color: rgb(181,46,101); }

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