Html Css Color HEX #A44C0C Rust

📋 copy color: '#A44C0C'

red 164 ◦ green 76 ◦ blue 12

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

Shades of Rust #A44C0C

Tints of Rust #A44C0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.76%

R = 65.08%
G = 30.16%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A44C0C (or 0xA44C0C) is known color: Rust. HEX triplet: A4, 4C and 0C. RGB value is (164,76,12). Sum of RGB (Red+Green+Blue) = 164+76+12=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A44C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A44C0C is #5BB3F3. Grayscale: #5F5F5F. Windows color (decimal): -6009844 or 806052. OLE color: 806052.

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

Color convert

RGB 164 76 12 -
CMYK 0 0.54 0.93 0.36
HSL 25.26º 0.86% 0.35% -
HSV(B) 25.26º 0.93% 0.64% -
XYZ 17.96 13.09 1.93 -
YUV 95.02 81.15 177.2 -
System Red Green Blue C M Y K H S L
Decimal 164 76 12 0 0.54 0.93 0.36 25.26 0.86 0.35
Hex A4 4C C 0 36 5D 24 19 56 23
Octal 244 114 14 0 66 135 44 31 126 43
Binary 10100100 1001100 1100 0 110110 1011101 100100 11001 1010110 100011

Color Harmonies of #A44C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44C0C

Black with #A44C0C

Text Example


Text Example

White with #A44C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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