Html Css Color HEX #B33962 Rouge

📋 copy color: '#B33962'

red 179 ◦ green 57 ◦ blue 98

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

Shades of Rouge #B33962

Tints of Rouge #B33962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.34%

R = 53.59%
G = 17.07%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B33962 (or 0xB33962) is known color: Rouge. HEX triplet: B3, 39 and 62. RGB value is (179,57,98). Sum of RGB (Red+Green+Blue) = 179+57+98=334 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.59% from 334); Green value is 57 (22.66% from 255 or 17.07% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 179 - color contains mainly: red. Hex color #B33962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33962 is #4CC69D. Grayscale: #626262. Windows color (decimal): -5031582 or 6437299. OLE color: 6437299.

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

Color convert

RGB 179 57 98 -
CMYK 0 0.68 0.45 0.30
HSL 339.84º 0.52% 0.46% -
HSV(B) 339.84º 0.68% 0.7% -
XYZ 22.26 13.39 12.97 -
YUV 98.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 179 57 98 0 0.68 0.45 0.30 339.84 0.52 0.46
Hex B3 39 62 0 44 2D 1E 154 34 2E
Octal 263 71 142 0 104 55 36 524 64 56
Binary 10110011 111001 1100010 0 1000100 101101 11110 101010100 110100 101110

Color Harmonies of #B33962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33962

Black with #B33962

Text Example


Text Example

White with #B33962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33962; }

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

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

background-color css

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

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

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

border-color css

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

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

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