Html Css Color HEX #B33211 Rust

📋 copy color: '#B33211'

red 179 ◦ green 50 ◦ blue 17

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

Shades of Rust #B33211

Tints of Rust #B33211

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.33%

 BLUE value IS 17 (7.03% from 255) = 6.91%

R = 72.76%
G = 20.33%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B33211 (or 0xB33211) is known color: Rust. HEX triplet: B3, 32 and 11. RGB value is (179,50,17). Sum of RGB (Red+Green+Blue) = 179+50+17=246 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.76% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 179 - color contains mainly: red. Hex color #B33211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33211 is #4CCDEE. Grayscale: #555555. Windows color (decimal): -5033455 or 1127091. OLE color: 1127091.

HSL color Cylindrical-coordinate representation of color #B33211: hue angle of 12.22º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B33211 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 50 17 -
CMYK 0 0.72 0.91 0.30
HSL 12.22º 0.83% 0.38% -
HSV(B) 12.22º 0.91% 0.7% -
XYZ 19.83 11.91 1.78 -
YUV 84.81 89.74 195.18 -
System Red Green Blue C M Y K H S L
Decimal 179 50 17 0 0.72 0.91 0.30 12.22 0.83 0.38
Hex B3 32 11 0 48 5B 1E C 53 26
Octal 263 62 21 0 110 133 36 14 123 46
Binary 10110011 110010 10001 0 1001000 1011011 11110 1100 1010011 100110

Color Harmonies of #B33211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33211

Black with #B33211

Text Example


Text Example

White with #B33211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33211; }

 p { color: rgb(179,50,17); }

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

background-color css

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

 a { background-color: rgb(179,50,17); }

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

border-color css

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

 span { border-color: rgb(179,50,17); }

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