Html Css Color HEX #B5325D Rouge

📋 copy color: '#B5325D'

red 181 ◦ green 50 ◦ blue 93

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

Shades of Rouge #B5325D

Tints of Rouge #B5325D

RGB

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

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

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

R = 55.86%
G = 15.43%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5325D (or 0xB5325D) is known color: Rouge. HEX triplet: B5, 32 and 5D. RGB value is (181,50,93). Sum of RGB (Red+Green+Blue) = 181+50+93=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5325D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5325D is #4ACDA2. Grayscale: #5E5E5E. Windows color (decimal): -4902307 or 6107829. OLE color: 6107829.

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

Color convert

RGB 181 50 93 -
CMYK 0 0.72 0.49 0.29
HSL 340.31º 0.57% 0.45% -
HSV(B) 340.31º 0.72% 0.71% -
XYZ 22.17 12.9 11.68 -
YUV 94.07 127.4 190 -
System Red Green Blue C M Y K H S L
Decimal 181 50 93 0 0.72 0.49 0.29 340.31 0.57 0.45
Hex B5 32 5D 0 48 31 1D 154 39 2D
Octal 265 62 135 0 110 61 35 524 71 55
Binary 10110101 110010 1011101 0 1001000 110001 11101 101010100 111001 101101

Color Harmonies of #B5325D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5325D

Black with #B5325D

Text Example


Text Example

White with #B5325D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5325D; }

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

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

background-color css

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

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

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

border-color css

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

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

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