Html Css Color HEX #A3420C Rust

📋 copy color: '#A3420C'

red 163 ◦ green 66 ◦ blue 12

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

Shades of Rust #A3420C

Tints of Rust #A3420C

RGB

 RED value IS 163 (64.06% from 255) = 67.63%

 GREEN value IS 66 (26.17% from 255) = 27.39%

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

R = 67.63%
G = 27.39%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A3420C (or 0xA3420C) is known color: Rust. HEX triplet: A3, 42 and 0C. RGB value is (163,66,12). Sum of RGB (Red+Green+Blue) = 163+66+12=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 66 (26.17% from 255 or 27.39% from 241); Blue value is 12 (5.08% from 255 or 4.98% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A3420C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3420C is #5CBDF3. Grayscale: #595959. Windows color (decimal): -6077940 or 803491. OLE color: 803491.

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

Color convert

RGB 163 66 12 -
CMYK 0 0.60 0.93 0.36
HSL 21.46º 0.86% 0.34% -
HSV(B) 21.46º 0.93% 0.64% -
XYZ 17.12 11.71 1.71 -
YUV 88.85 84.64 180.89 -
System Red Green Blue C M Y K H S L
Decimal 163 66 12 0 0.60 0.93 0.36 21.46 0.86 0.34
Hex A3 42 C 0 3C 5D 24 15 56 22
Octal 243 102 14 0 74 135 44 25 126 42
Binary 10100011 1000010 1100 0 111100 1011101 100100 10101 1010110 100010

Color Harmonies of #A3420C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3420C

Black with #A3420C

Text Example


Text Example

White with #A3420C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3420C; }

 p { color: rgb(163,66,12); }

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

background-color css

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

 a { background-color: rgb(163,66,12); }

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

border-color css

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

 span { border-color: rgb(163,66,12); }

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