Html Css Color HEX #A44C0E Rust

📋 copy color: '#A44C0E'

red 164 ◦ green 76 ◦ blue 14

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

Shades of Rust #A44C0E

Tints of Rust #A44C0E

RGB

 RED value IS 164 (64.45% from 255) = 64.57%

 GREEN value IS 76 (30.08% from 255) = 29.92%

 BLUE value IS 14 (5.86% from 255) = 5.51%

R = 64.57%
G = 29.92%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A44C0E (or 0xA44C0E) is known color: Rust. HEX triplet: A4, 4C and 0E. RGB value is (164,76,14). Sum of RGB (Red+Green+Blue) = 164+76+14=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44C0E is #5BB3F1. Grayscale: #5F5F5F. Windows color (decimal): -6009842 or 937124. OLE color: 937124.

HSL color Cylindrical-coordinate representation of color #A44C0E: hue angle of 24.8º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A44C0E is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 76 14 -
CMYK 0 0.54 0.91 0.36
HSL 24.8º 0.84% 0.35% -
HSV(B) 24.8º 0.91% 0.64% -
XYZ 17.97 13.09 2 -
YUV 95.24 82.15 177.04 -
System Red Green Blue C M Y K H S L
Decimal 164 76 14 0 0.54 0.91 0.36 24.8 0.84 0.35
Hex A4 4C E 0 36 5B 24 19 54 23
Octal 244 114 16 0 66 133 44 31 124 43
Binary 10100100 1001100 1110 0 110110 1011011 100100 11001 1010100 100011

Color Harmonies of #A44C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44C0E

Black with #A44C0E

Text Example


Text Example

White with #A44C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44C0E; }

 p { color: rgb(164,76,14); }

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

background-color css

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

 a { background-color: rgb(164,76,14); }

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

border-color css

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

 span { border-color: rgb(164,76,14); }

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