Html Css Color HEX #B3336D Rouge

📋 copy color: '#B3336D'

red 179 ◦ green 51 ◦ blue 109

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

Shades of Rouge #B3336D

Tints of Rouge #B3336D

RGB

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

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

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

R = 52.8%
G = 15.04%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3336D (or 0xB3336D) is known color: Rouge. HEX triplet: B3, 33 and 6D. RGB value is (179,51,109). Sum of RGB (Red+Green+Blue) = 179+51+109=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3336D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3336D is #4CCC92. Grayscale: #5F5F5F. Windows color (decimal): -5033107 or 7156659. OLE color: 7156659.

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

Color convert

RGB 179 51 109 -
CMYK 0 0.72 0.39 0.30
HSL 332.81º 0.56% 0.45% -
HSV(B) 332.81º 0.72% 0.7% -
XYZ 22.53 13.06 15.8 -
YUV 95.88 135.41 187.28 -
System Red Green Blue C M Y K H S L
Decimal 179 51 109 0 0.72 0.39 0.30 332.81 0.56 0.45
Hex B3 33 6D 0 48 27 1E 14D 38 2D
Octal 263 63 155 0 110 47 36 515 70 55
Binary 10110011 110011 1101101 0 1001000 100111 11110 101001101 111000 101101

Color Harmonies of #B3336D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3336D

Black with #B3336D

Text Example


Text Example

White with #B3336D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3336D; }

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

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

background-color css

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

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

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

border-color css

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

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

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