Html Css Color HEX #B5325B Rouge

📋 copy color: '#B5325B'

red 181 ◦ green 50 ◦ blue 91

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

Shades of Rouge #B5325B

Tints of Rouge #B5325B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.53%

 BLUE value IS 91 (35.94% from 255) = 28.26%

R = 56.21%
G = 15.53%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5325B (or 0xB5325B) is known color: Rouge. HEX triplet: B5, 32 and 5B. RGB value is (181,50,91). Sum of RGB (Red+Green+Blue) = 181+50+91=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 50 (19.92% from 255 or 15.53% from 322); Blue value is 91 (35.94% from 255 or 28.26% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B5325B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5325B is #4ACDA4. Grayscale: #5D5D5D. Windows color (decimal): -4902309 or 5976757. OLE color: 5976757.

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

Color convert

RGB 181 50 91 -
CMYK 0 0.72 0.50 0.29
HSL 341.22º 0.57% 0.45% -
HSV(B) 341.22º 0.72% 0.71% -
XYZ 22.08 12.86 11.22 -
YUV 93.84 126.4 190.17 -
System Red Green Blue C M Y K H S L
Decimal 181 50 91 0 0.72 0.50 0.29 341.22 0.57 0.45
Hex B5 32 5B 0 48 32 1D 155 39 2D
Octal 265 62 133 0 110 62 35 525 71 55
Binary 10110101 110010 1011011 0 1001000 110010 11101 101010101 111001 101101

Color Harmonies of #B5325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5325B

Black with #B5325B

Text Example


Text Example

White with #B5325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5325B; }

 p { color: rgb(181,50,91); }

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

background-color css

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

 a { background-color: rgb(181,50,91); }

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

border-color css

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

 span { border-color: rgb(181,50,91); }

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