Html Css Color HEX #B3316D Rouge

📋 copy color: '#B3316D'

red 179 ◦ green 49 ◦ blue 109

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

Shades of Rouge #B3316D

Tints of Rouge #B3316D

RGB

 RED value IS 179 (70.31% from 255) = 53.12%

 GREEN value IS 49 (19.53% from 255) = 14.54%

 BLUE value IS 109 (42.97% from 255) = 32.34%

R = 53.12%
G = 14.54%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3316D (or 0xB3316D) is known color: Rouge. HEX triplet: B3, 31 and 6D. RGB value is (179,49,109). Sum of RGB (Red+Green+Blue) = 179+49+109=337 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.12% from 337); Green value is 49 (19.53% from 255 or 14.54% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 179 - color contains mainly: red. Hex color #B3316D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3316D is #4CCE92. Grayscale: #5E5E5E. Windows color (decimal): -5033619 or 7156147. OLE color: 7156147.

HSL color Cylindrical-coordinate representation of color #B3316D: hue angle of 332.31º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B3316D is Cyan = 0, Magento = 0.73, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 49 109 -
CMYK 0 0.73 0.39 0.30
HSL 332.31º 0.57% 0.45% -
HSV(B) 332.31º 0.73% 0.7% -
XYZ 22.45 12.88 15.77 -
YUV 94.71 136.07 188.12 -
System Red Green Blue C M Y K H S L
Decimal 179 49 109 0 0.73 0.39 0.30 332.31 0.57 0.45
Hex B3 31 6D 0 49 27 1E 14C 39 2D
Octal 263 61 155 0 111 47 36 514 71 55
Binary 10110011 110001 1101101 0 1001001 100111 11110 101001100 111001 101101

Color Harmonies of #B3316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3316D

Black with #B3316D

Text Example


Text Example

White with #B3316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3316D; }

 p { color: rgb(179,49,109); }

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

background-color css

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

 a { background-color: rgb(179,49,109); }

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

border-color css

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

 span { border-color: rgb(179,49,109); }

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