Html Css Color HEX #B3335B Rouge

📋 copy color: '#B3335B'

red 179 ◦ green 51 ◦ blue 91

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

Shades of Rouge #B3335B

Tints of Rouge #B3335B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.35%

R = 55.76%
G = 15.89%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3335B (or 0xB3335B) is known color: Rouge. HEX triplet: B3, 33 and 5B. RGB value is (179,51,91). Sum of RGB (Red+Green+Blue) = 179+51+91=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3335B is #4CCCA4. Grayscale: #5D5D5D. Windows color (decimal): -5033125 or 5977011. OLE color: 5977011.

HSL color Cylindrical-coordinate representation of color #B3335B: hue angle of 341.25º 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 #B3335B is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 51 91 -
CMYK 0 0.72 0.49 0.30
HSL 341.25º 0.56% 0.45% -
HSV(B) 341.25º 0.72% 0.7% -
XYZ 21.66 12.71 11.21 -
YUV 93.83 126.41 188.75 -
System Red Green Blue C M Y K H S L
Decimal 179 51 91 0 0.72 0.49 0.30 341.25 0.56 0.45
Hex B3 33 5B 0 48 31 1E 155 38 2D
Octal 263 63 133 0 110 61 36 525 70 55
Binary 10110011 110011 1011011 0 1001000 110001 11110 101010101 111000 101101

Color Harmonies of #B3335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3335B

Black with #B3335B

Text Example


Text Example

White with #B3335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3335B; }

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

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

background-color css

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

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

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

border-color css

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

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

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