Html Css Color HEX #B52C5F Rouge

📋 copy color: '#B52C5F'

red 181 ◦ green 44 ◦ blue 95

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

Shades of Rouge #B52C5F

Tints of Rouge #B52C5F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.75%

 BLUE value IS 95 (37.5% from 255) = 29.69%

R = 56.56%
G = 13.75%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B52C5F (or 0xB52C5F) is known color: Rouge. HEX triplet: B5, 2C and 5F. RGB value is (181,44,95). Sum of RGB (Red+Green+Blue) = 181+44+95=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 95 (37.5% from 255 or 29.69% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52C5F is #4AD3A0. Grayscale: #5A5A5A. Windows color (decimal): -4903841 or 6237365. OLE color: 6237365.

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

Color convert

RGB 181 44 95 -
CMYK 0 0.76 0.48 0.29
HSL 337.66º 0.61% 0.44% -
HSV(B) 337.66º 0.76% 0.71% -
XYZ 22.02 12.45 12.07 -
YUV 90.78 130.39 192.35 -
System Red Green Blue C M Y K H S L
Decimal 181 44 95 0 0.76 0.48 0.29 337.66 0.61 0.44
Hex B5 2C 5F 0 4C 30 1D 152 3D 2C
Octal 265 54 137 0 114 60 35 522 75 54
Binary 10110101 101100 1011111 0 1001100 110000 11101 101010010 111101 101100

Color Harmonies of #B52C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52C5F

Black with #B52C5F

Text Example


Text Example

White with #B52C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52C5F; }

 p { color: rgb(181,44,95); }

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

background-color css

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

 a { background-color: rgb(181,44,95); }

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

border-color css

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

 span { border-color: rgb(181,44,95); }

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