Html Css Color HEX #A9440B Rust

📋 copy color: '#A9440B'

red 169 ◦ green 68 ◦ blue 11

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

Shades of Rust #A9440B

Tints of Rust #A9440B

RGB

 RED value IS 169 (66.41% from 255) = 68.15%

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

 BLUE value IS 11 (4.69% from 255) = 4.44%

R = 68.15%
G = 27.42%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A9440B (or 0xA9440B) is known color: Rust. HEX triplet: A9, 44 and 0B. RGB value is (169,68,11). Sum of RGB (Red+Green+Blue) = 169+68+11=248 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.15% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 169 - color contains mainly: red. Hex color #A9440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A9440B is #56BBF4. Grayscale: #5C5C5C. Windows color (decimal): -5684213 or 738473. OLE color: 738473.

HSL color Cylindrical-coordinate representation of color #A9440B: hue angle of 21.65º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A9440B is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 68 11 -
CMYK 0 0.60 0.93 0.34
HSL 21.65º 0.88% 0.35% -
HSV(B) 21.65º 0.93% 0.66% -
XYZ 18.49 12.59 1.77 -
YUV 91.7 82.46 183.13 -
System Red Green Blue C M Y K H S L
Decimal 169 68 11 0 0.60 0.93 0.34 21.65 0.88 0.35
Hex A9 44 B 0 3C 5D 22 16 58 23
Octal 251 104 13 0 74 135 42 26 130 43
Binary 10101001 1000100 1011 0 111100 1011101 100010 10110 1011000 100011

Color Harmonies of #A9440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9440B

Black with #A9440B

Text Example


Text Example

White with #A9440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9440B; }

 p { color: rgb(169,68,11); }

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

background-color css

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

 a { background-color: rgb(169,68,11); }

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

border-color css

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

 span { border-color: rgb(169,68,11); }

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