Html Css Color HEX #B53370 Rouge

📋 copy color: '#B53370'

red 181 ◦ green 51 ◦ blue 112

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

Shades of Rouge #B53370

Tints of Rouge #B53370

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.83%

 BLUE value IS 112 (44.14% from 255) = 32.56%

R = 52.62%
G = 14.83%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B53370 (or 0xB53370) is known color: Rouge. HEX triplet: B5, 33 and 70. RGB value is (181,51,112). Sum of RGB (Red+Green+Blue) = 181+51+112=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 51 (20.31% from 255 or 14.83% from 344); Blue value is 112 (44.14% from 255 or 32.56% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B53370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53370 is #4ACC8F. Grayscale: #606060. Windows color (decimal): -4902032 or 7353269. OLE color: 7353269.

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

Color convert

RGB 181 51 112 -
CMYK 0 0.72 0.38 0.29
HSL 331.85º 0.56% 0.45% -
HSV(B) 331.85º 0.72% 0.71% -
XYZ 23.16 13.36 16.69 -
YUV 96.82 136.57 188.04 -
System Red Green Blue C M Y K H S L
Decimal 181 51 112 0 0.72 0.38 0.29 331.85 0.56 0.45
Hex B5 33 70 0 48 26 1D 14C 38 2D
Octal 265 63 160 0 110 46 35 514 70 55
Binary 10110101 110011 1110000 0 1001000 100110 11101 101001100 111000 101101

Color Harmonies of #B53370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53370

Black with #B53370

Text Example


Text Example

White with #B53370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53370; }

 p { color: rgb(181,51,112); }

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

background-color css

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

 a { background-color: rgb(181,51,112); }

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

border-color css

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

 span { border-color: rgb(181,51,112); }

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