Html Css Color HEX #B44016 Rust

📋 copy color: '#B44016'

red 180 ◦ green 64 ◦ blue 22

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

Shades of Rust #B44016

Tints of Rust #B44016

RGB

 RED value IS 180 (70.7% from 255) = 67.67%

 GREEN value IS 64 (25.39% from 255) = 24.06%

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

R = 67.67%
G = 24.06%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B44016 (or 0xB44016) is known color: Rust. HEX triplet: B4, 40 and 16. RGB value is (180,64,22). Sum of RGB (Red+Green+Blue) = 180+64+22=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B44016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44016 is #4BBFE9. Grayscale: #5E5E5E. Windows color (decimal): -4964330 or 1458356. OLE color: 1458356.

HSL color Cylindrical-coordinate representation of color #B44016: hue angle of 15.95º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B44016 is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 64 22 -
CMYK 0 0.64 0.88 0.29
HSL 15.95º 0.78% 0.4% -
HSV(B) 15.95º 0.88% 0.71% -
XYZ 20.8 13.43 2.25 -
YUV 93.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 180 64 22 0 0.64 0.88 0.29 15.95 0.78 0.4
Hex B4 40 16 0 40 58 1D 10 4E 28
Octal 264 100 26 0 100 130 35 20 116 50
Binary 10110100 1000000 10110 0 1000000 1011000 11101 10000 1001110 101000

Color Harmonies of #B44016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44016

Black with #B44016

Text Example


Text Example

White with #B44016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44016; }

 p { color: rgb(180,64,22); }

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

background-color css

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

 a { background-color: rgb(180,64,22); }

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

border-color css

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

 span { border-color: rgb(180,64,22); }

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