Html Css Color HEX #B52F65 Rouge

📋 copy color: '#B52F65'

red 181 ◦ green 47 ◦ blue 101

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

Shades of Rouge #B52F65

Tints of Rouge #B52F65

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.29%

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

R = 55.02%
G = 14.29%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B52F65 (or 0xB52F65) is known color: Rouge. HEX triplet: B5, 2F and 65. RGB value is (181,47,101). Sum of RGB (Red+Green+Blue) = 181+47+101=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 47 (18.75% from 255 or 14.29% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52F65 is #4AD09A. Grayscale: #5D5D5D. Windows color (decimal): -4903067 or 6631349. OLE color: 6631349.

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

Color convert

RGB 181 47 101 -
CMYK 0 0.74 0.44 0.29
HSL 335.82º 0.59% 0.45% -
HSV(B) 335.82º 0.74% 0.71% -
XYZ 22.42 12.8 13.6 -
YUV 93.22 132.39 190.61 -
System Red Green Blue C M Y K H S L
Decimal 181 47 101 0 0.74 0.44 0.29 335.82 0.59 0.45
Hex B5 2F 65 0 4A 2C 1D 150 3B 2D
Octal 265 57 145 0 112 54 35 520 73 55
Binary 10110101 101111 1100101 0 1001010 101100 11101 101010000 111011 101101

Color Harmonies of #B52F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52F65

Black with #B52F65

Text Example


Text Example

White with #B52F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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