Html Css Color HEX #B13370 Rouge

📋 copy color: '#B13370'

red 177 ◦ green 51 ◦ blue 112

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

Shades of Rouge #B13370

Tints of Rouge #B13370

RGB

 RED value IS 177 (69.53% from 255) = 52.06%

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

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

R = 52.06%
G = 15%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B13370 (or 0xB13370) is known color: Rouge. HEX triplet: B1, 33 and 70. RGB value is (177,51,112). Sum of RGB (Red+Green+Blue) = 177+51+112=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 51 (20.31% from 255 or 15% from 340); Blue value is 112 (44.14% from 255 or 32.94% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B13370 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13370 is #4ECC8F. Grayscale: #5F5F5F. Windows color (decimal): -5164176 or 7353265. OLE color: 7353265.

HSL color Cylindrical-coordinate representation of color #B13370: hue angle of 330.95º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B13370 is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 51 112 -
CMYK 0 0.71 0.37 0.31
HSL 330.95º 0.55% 0.45% -
HSV(B) 330.95º 0.71% 0.69% -
XYZ 22.24 12.88 16.64 -
YUV 95.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 177 51 112 0 0.71 0.37 0.31 330.95 0.55 0.45
Hex B1 33 70 0 47 25 1F 14B 37 2D
Octal 261 63 160 0 107 45 37 513 67 55
Binary 10110001 110011 1110000 0 1000111 100101 11111 101001011 110111 101101

Color Harmonies of #B13370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13370

Black with #B13370

Text Example


Text Example

White with #B13370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13370; }

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

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

background-color css

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

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

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

border-color css

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

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

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