Html Css Color HEX #B33465 Rouge

📋 copy color: '#B33465'

red 179 ◦ green 52 ◦ blue 101

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

Shades of Rouge #B33465

Tints of Rouge #B33465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.42%

R = 53.92%
G = 15.66%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B33465 (or 0xB33465) is known color: Rouge. HEX triplet: B3, 34 and 65. RGB value is (179,52,101). Sum of RGB (Red+Green+Blue) = 179+52+101=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B33465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33465 is #4CCB9A. Grayscale: #5F5F5F. Windows color (decimal): -5032859 or 6632627. OLE color: 6632627.

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

Color convert

RGB 179 52 101 -
CMYK 0 0.71 0.44 0.30
HSL 336.85º 0.55% 0.45% -
HSV(B) 336.85º 0.71% 0.7% -
XYZ 22.17 12.98 13.65 -
YUV 95.56 131.08 187.52 -
System Red Green Blue C M Y K H S L
Decimal 179 52 101 0 0.71 0.44 0.30 336.85 0.55 0.45
Hex B3 34 65 0 47 2C 1E 151 37 2D
Octal 263 64 145 0 107 54 36 521 67 55
Binary 10110011 110100 1100101 0 1000111 101100 11110 101010001 110111 101101

Color Harmonies of #B33465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33465

Black with #B33465

Text Example


Text Example

White with #B33465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33465; }

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

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

background-color css

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

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

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

border-color css

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

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

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