Html Css Color HEX #B33016 Rust

📋 copy color: '#B33016'

red 179 ◦ green 48 ◦ blue 22

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

Shades of Rust #B33016

Tints of Rust #B33016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.28%

 BLUE value IS 22 (8.98% from 255) = 8.84%

R = 71.89%
G = 19.28%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B33016 (or 0xB33016) is known color: Rust. HEX triplet: B3, 30 and 16. RGB value is (179,48,22). Sum of RGB (Red+Green+Blue) = 179+48+22=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 48 (19.14% from 255 or 19.28% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B33016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33016 is #4CCFE9. Grayscale: #545454. Windows color (decimal): -5033962 or 1454259. OLE color: 1454259.

HSL color Cylindrical-coordinate representation of color #B33016: hue angle of 9.94º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B33016 is Cyan = 0, Magento = 0.73, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 48 22 -
CMYK 0 0.73 0.88 0.30
HSL 9.94º 0.78% 0.39% -
HSV(B) 9.94º 0.88% 0.7% -
XYZ 19.79 11.76 1.98 -
YUV 84.21 92.9 195.61 -
System Red Green Blue C M Y K H S L
Decimal 179 48 22 0 0.73 0.88 0.30 9.94 0.78 0.39
Hex B3 30 16 0 49 58 1E A 4E 27
Octal 263 60 26 0 111 130 36 12 116 47
Binary 10110011 110000 10110 0 1001001 1011000 11110 1010 1001110 100111

Color Harmonies of #B33016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33016

Black with #B33016

Text Example


Text Example

White with #B33016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33016; }

 p { color: rgb(179,48,22); }

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

background-color css

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

 a { background-color: rgb(179,48,22); }

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

border-color css

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

 span { border-color: rgb(179,48,22); }

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