Html Css Color HEX #B33916 Rust

📋 copy color: '#B33916'

red 179 ◦ green 57 ◦ blue 22

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

Shades of Rust #B33916

Tints of Rust #B33916

RGB

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

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

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

R = 69.38%
G = 22.09%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B33916 (or 0xB33916) is known color: Rust. HEX triplet: B3, 39 and 16. RGB value is (179,57,22). Sum of RGB (Red+Green+Blue) = 179+57+22=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B33916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33916 is #4CC6E9. Grayscale: #595959. Windows color (decimal): -5031658 or 1456563. OLE color: 1456563.

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

Color convert

RGB 179 57 22 -
CMYK 0 0.68 0.88 0.30
HSL 13.38º 0.78% 0.39% -
HSV(B) 13.38º 0.88% 0.7% -
XYZ 20.2 12.57 2.12 -
YUV 89.49 89.92 191.85 -
System Red Green Blue C M Y K H S L
Decimal 179 57 22 0 0.68 0.88 0.30 13.38 0.78 0.39
Hex B3 39 16 0 44 58 1E D 4E 27
Octal 263 71 26 0 104 130 36 15 116 47
Binary 10110011 111001 10110 0 1000100 1011000 11110 1101 1001110 100111

Color Harmonies of #B33916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33916

Black with #B33916

Text Example


Text Example

White with #B33916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33916; }

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

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

background-color css

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

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

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

border-color css

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

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

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