Html Css Color HEX #A64C0C Rust

📋 copy color: '#A64C0C'

red 166 ◦ green 76 ◦ blue 12

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

Shades of Rust #A64C0C

Tints of Rust #A64C0C

RGB

 RED value IS 166 (65.23% from 255) = 65.35%

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

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

R = 65.35%
G = 29.92%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A64C0C (or 0xA64C0C) is known color: Rust. HEX triplet: A6, 4C and 0C. RGB value is (166,76,12). Sum of RGB (Red+Green+Blue) = 166+76+12=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A64C0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64C0C is #59B3F3. Grayscale: #5F5F5F. Windows color (decimal): -5878772 or 806054. OLE color: 806054.

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

Color convert

RGB 166 76 12 -
CMYK 0 0.54 0.93 0.35
HSL 24.94º 0.87% 0.35% -
HSV(B) 24.94º 0.93% 0.65% -
XYZ 18.38 13.3 1.95 -
YUV 95.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 166 76 12 0 0.54 0.93 0.35 24.94 0.87 0.35
Hex A6 4C C 0 36 5D 23 19 57 23
Octal 246 114 14 0 66 135 43 31 127 43
Binary 10100110 1001100 1100 0 110110 1011101 100011 11001 1010111 100011

Color Harmonies of #A64C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64C0C

Black with #A64C0C

Text Example


Text Example

White with #A64C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64C0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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