Html Css Color HEX #B44011 Rust

📋 copy color: '#B44011'

red 180 ◦ green 64 ◦ blue 17

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

Shades of Rust #B44011

Tints of Rust #B44011

RGB

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

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

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

R = 68.97%
G = 24.52%
B = 6.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B44011 (or 0xB44011) is known color: Rust. HEX triplet: B4, 40 and 11. RGB value is (180,64,17). Sum of RGB (Red+Green+Blue) = 180+64+17=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 17 (7.03% from 255 or 6.51% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B44011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44011 is #4BBFEE. Grayscale: #5D5D5D. Windows color (decimal): -4964335 or 1130676. OLE color: 1130676.

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

Color convert

RGB 180 64 17 -
CMYK 0 0.64 0.91 0.29
HSL 17.3º 0.83% 0.39% -
HSV(B) 17.3º 0.91% 0.71% -
XYZ 20.76 13.41 2.02 -
YUV 93.33 84.93 189.82 -
System Red Green Blue C M Y K H S L
Decimal 180 64 17 0 0.64 0.91 0.29 17.3 0.83 0.39
Hex B4 40 11 0 40 5B 1D 11 53 27
Octal 264 100 21 0 100 133 35 21 123 47
Binary 10110100 1000000 10001 0 1000000 1011011 11101 10001 1010011 100111

Color Harmonies of #B44011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44011

Black with #B44011

Text Example


Text Example

White with #B44011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44011; }

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

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

background-color css

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

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

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

border-color css

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

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

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