Html Css Color HEX #B44209 Rust

📋 copy color: '#B44209'

red 180 ◦ green 66 ◦ blue 9

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

Shades of Rust #B44209

Tints of Rust #B44209

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.88%

 BLUE value IS 9 (3.91% from 255) = 3.53%

R = 70.59%
G = 25.88%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B44209 (or 0xB44209) is known color: Rust. HEX triplet: B4, 42 and 09. RGB value is (180,66,9). Sum of RGB (Red+Green+Blue) = 180+66+9=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B44209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44209 is #4BBDF6. Grayscale: #5D5D5D. Windows color (decimal): -4963831 or 606900. OLE color: 606900.

HSL color Cylindrical-coordinate representation of color #B44209: hue angle of 20º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B44209 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 66 9 -
CMYK 0 0.63 0.95 0.29
HSL 20º 0.9% 0.37% -
HSV(B) 20º 0.95% 0.71% -
XYZ 20.82 13.62 1.79 -
YUV 93.59 80.27 189.63 -
System Red Green Blue C M Y K H S L
Decimal 180 66 9 0 0.63 0.95 0.29 20 0.9 0.37
Hex B4 42 9 0 3F 5F 1D 14 5A 25
Octal 264 102 11 0 77 137 35 24 132 45
Binary 10110100 1000010 1001 0 111111 1011111 11101 10100 1011010 100101

Color Harmonies of #B44209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44209

Black with #B44209

Text Example


Text Example

White with #B44209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44209; }

 p { color: rgb(180,66,9); }

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

background-color css

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

 a { background-color: rgb(180,66,9); }

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

border-color css

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

 span { border-color: rgb(180,66,9); }

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