Html Css Color HEX #B35016 Rust

📋 copy color: '#B35016'

red 179 ◦ green 80 ◦ blue 22

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

Shades of Rust #B35016

Tints of Rust #B35016

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

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

R = 63.7%
G = 28.47%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B35016 (or 0xB35016) is known color: Rust. HEX triplet: B3, 50 and 16. RGB value is (179,80,22). Sum of RGB (Red+Green+Blue) = 179+80+22=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B35016 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35016 is #4CAFE9. Grayscale: #676767. Windows color (decimal): -5025770 or 1462451. OLE color: 1462451.

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

Color convert

RGB 179 80 22 -
CMYK 0 0.55 0.88 0.30
HSL 22.17º 0.78% 0.39% -
HSV(B) 22.17º 0.88% 0.7% -
XYZ 21.6 15.38 2.59 -
YUV 102.99 82.3 182.22 -
System Red Green Blue C M Y K H S L
Decimal 179 80 22 0 0.55 0.88 0.30 22.17 0.78 0.39
Hex B3 50 16 0 37 58 1E 16 4E 27
Octal 263 120 26 0 67 130 36 26 116 47
Binary 10110011 1010000 10110 0 110111 1011000 11110 10110 1001110 100111

Color Harmonies of #B35016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35016

Black with #B35016

Text Example


Text Example

White with #B35016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35016; }

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

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

background-color css

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

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

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

border-color css

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

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

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