Html Css Color HEX #B44409 Rust

📋 copy color: '#B44409'

red 180 ◦ green 68 ◦ blue 9

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

Shades of Rust #B44409

Tints of Rust #B44409

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.46%

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

R = 70.04%
G = 26.46%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.29

RGB Variations

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

Color information

#B44409 (or 0xB44409) is known color: Rust. HEX triplet: B4, 44 and 09. RGB value is (180,68,9). Sum of RGB (Red+Green+Blue) = 180+68+9=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B44409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B44409 is #4BBBF6. Grayscale: #5F5F5F. Windows color (decimal): -4963319 or 607412. OLE color: 607412.

HSL color Cylindrical-coordinate representation of color #B44409: hue angle of 20.7º 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 #B44409 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 68 9 -
CMYK 0 0.62 0.95 0.29
HSL 20.7º 0.9% 0.37% -
HSV(B) 20.7º 0.95% 0.71% -
XYZ 20.94 13.86 1.83 -
YUV 94.76 79.61 188.8 -
System Red Green Blue C M Y K H S L
Decimal 180 68 9 0 0.62 0.95 0.29 20.7 0.9 0.37
Hex B4 44 9 0 3E 5F 1D 15 5A 25
Octal 264 104 11 0 76 137 35 25 132 45
Binary 10110100 1000100 1001 0 111110 1011111 11101 10101 1011010 100101

Color Harmonies of #B44409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44409

Black with #B44409

Text Example


Text Example

White with #B44409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44409; }

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

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

background-color css

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

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

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

border-color css

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

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

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