Html Css Color HEX #B3396D Rouge

📋 copy color: '#B3396D'

red 179 ◦ green 57 ◦ blue 109

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

Shades of Rouge #B3396D

Tints of Rouge #B3396D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.52%

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

R = 51.88%
G = 16.52%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3396D (or 0xB3396D) is known color: Rouge. HEX triplet: B3, 39 and 6D. RGB value is (179,57,109). Sum of RGB (Red+Green+Blue) = 179+57+109=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 57 (22.66% from 255 or 16.52% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B3396D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3396D is #4CC692. Grayscale: #636363. Windows color (decimal): -5031571 or 7158195. OLE color: 7158195.

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

Color convert

RGB 179 57 109 -
CMYK 0 0.68 0.39 0.30
HSL 334.43º 0.52% 0.46% -
HSV(B) 334.43º 0.68% 0.7% -
XYZ 22.81 13.61 15.89 -
YUV 99.41 133.42 184.77 -
System Red Green Blue C M Y K H S L
Decimal 179 57 109 0 0.68 0.39 0.30 334.43 0.52 0.46
Hex B3 39 6D 0 44 27 1E 14E 34 2E
Octal 263 71 155 0 104 47 36 516 64 56
Binary 10110011 111001 1101101 0 1000100 100111 11110 101001110 110100 101110

Color Harmonies of #B3396D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3396D

Black with #B3396D

Text Example


Text Example

White with #B3396D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3396D; }

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

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

background-color css

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

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

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

border-color css

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

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

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