Html Css Color HEX #B3335C Rouge

📋 copy color: '#B3335C'

red 179 ◦ green 51 ◦ blue 92

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

Shades of Rouge #B3335C

Tints of Rouge #B3335C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.57%

R = 55.59%
G = 15.84%
B = 28.57%

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

#B3335C (or 0xB3335C) is known color: Rouge. HEX triplet: B3, 33 and 5C. RGB value is (179,51,92). Sum of RGB (Red+Green+Blue) = 179+51+92=322 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.59% from 322); Green value is 51 (20.31% from 255 or 15.84% from 322); Blue value is 92 (36.33% from 255 or 28.57% from 322); Max value from RGB is 179 - color contains mainly: red. Hex color #B3335C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3335C is #4CCCA3. Grayscale: #5D5D5D. Windows color (decimal): -5033124 or 6042547. OLE color: 6042547.

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

Color convert

RGB 179 51 92 -
CMYK 0 0.72 0.49 0.30
HSL 340.78º 0.56% 0.45% -
HSV(B) 340.78º 0.72% 0.7% -
XYZ 21.71 12.72 11.44 -
YUV 93.95 126.91 188.67 -
System Red Green Blue C M Y K H S L
Decimal 179 51 92 0 0.72 0.49 0.30 340.78 0.56 0.45
Hex B3 33 5C 0 48 31 1E 155 38 2D
Octal 263 63 134 0 110 61 36 525 70 55
Binary 10110011 110011 1011100 0 1001000 110001 11110 101010101 111000 101101

Color Harmonies of #B3335C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3335C

Black with #B3335C

Text Example


Text Example

White with #B3335C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3335C; }

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

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

background-color css

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

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

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

border-color css

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

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

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