Html Css Color HEX #B33462 Rouge

📋 copy color: '#B33462'

red 179 ◦ green 52 ◦ blue 98

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

Shades of Rouge #B33462

Tints of Rouge #B33462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.81%

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

R = 54.41%
G = 15.81%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B33462 (or 0xB33462) is known color: Rouge. HEX triplet: B3, 34 and 62. RGB value is (179,52,98). Sum of RGB (Red+Green+Blue) = 179+52+98=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B33462 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33462 is #4CCB9D. Grayscale: #5F5F5F. Windows color (decimal): -5032862 or 6436019. OLE color: 6436019.

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

Color convert

RGB 179 52 98 -
CMYK 0 0.71 0.45 0.30
HSL 338.27º 0.55% 0.45% -
HSV(B) 338.27º 0.71% 0.7% -
XYZ 22.02 12.92 12.89 -
YUV 95.22 129.58 187.76 -
System Red Green Blue C M Y K H S L
Decimal 179 52 98 0 0.71 0.45 0.30 338.27 0.55 0.45
Hex B3 34 62 0 47 2D 1E 152 37 2D
Octal 263 64 142 0 107 55 36 522 67 55
Binary 10110011 110100 1100010 0 1000111 101101 11110 101010010 110111 101101

Color Harmonies of #B33462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33462

Black with #B33462

Text Example


Text Example

White with #B33462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33462; }

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

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

background-color css

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

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

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

border-color css

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

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

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