Html Css Color HEX #B52E5D Rouge

📋 copy color: '#B52E5D'

red 181 ◦ green 46 ◦ blue 93

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

Shades of Rouge #B52E5D

Tints of Rouge #B52E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.06%

R = 56.56%
G = 14.38%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B52E5D (or 0xB52E5D) is known color: Rouge. HEX triplet: B5, 2E and 5D. RGB value is (181,46,93). Sum of RGB (Red+Green+Blue) = 181+46+93=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B52E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52E5D is #4AD1A2. Grayscale: #5B5B5B. Windows color (decimal): -4903331 or 6106805. OLE color: 6106805.

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

Color convert

RGB 181 46 93 -
CMYK 0 0.75 0.49 0.29
HSL 339.11º 0.59% 0.45% -
HSV(B) 339.11º 0.75% 0.71% -
XYZ 22.01 12.57 11.62 -
YUV 91.72 128.73 191.68 -
System Red Green Blue C M Y K H S L
Decimal 181 46 93 0 0.75 0.49 0.29 339.11 0.59 0.45
Hex B5 2E 5D 0 4B 31 1D 153 3B 2D
Octal 265 56 135 0 113 61 35 523 73 55
Binary 10110101 101110 1011101 0 1001011 110001 11101 101010011 111011 101101

Color Harmonies of #B52E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52E5D

Black with #B52E5D

Text Example


Text Example

White with #B52E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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