Html Css Color HEX #B13360 Rouge

📋 copy color: '#B13360'

red 177 ◦ green 51 ◦ blue 96

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

Shades of Rouge #B13360

Tints of Rouge #B13360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 54.63%
G = 15.74%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B13360 (or 0xB13360) is known color: Rouge. HEX triplet: B1, 33 and 60. RGB value is (177,51,96). Sum of RGB (Red+Green+Blue) = 177+51+96=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B13360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13360 is #4ECC9F. Grayscale: #5D5D5D. Windows color (decimal): -5164192 or 6304689. OLE color: 6304689.

HSL color Cylindrical-coordinate representation of color #B13360: hue angle of 338.57º 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 #B13360 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 51 96 -
CMYK 0 0.71 0.46 0.31
HSL 338.57º 0.55% 0.45% -
HSV(B) 338.57º 0.71% 0.69% -
XYZ 21.43 12.56 12.36 -
YUV 93.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 177 51 96 0 0.71 0.46 0.31 338.57 0.55 0.45
Hex B1 33 60 0 47 2E 1F 153 37 2D
Octal 261 63 140 0 107 56 37 523 67 55
Binary 10110001 110011 1100000 0 1000111 101110 11111 101010011 110111 101101

Color Harmonies of #B13360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13360

Black with #B13360

Text Example


Text Example

White with #B13360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13360; }

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

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

background-color css

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

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

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

border-color css

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

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

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