Html Css Color HEX #A3420D Rust

📋 copy color: '#A3420D'

red 163 ◦ green 66 ◦ blue 13

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

Shades of Rust #A3420D

Tints of Rust #A3420D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.37%

R = 67.36%
G = 27.27%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A3420D (or 0xA3420D) is known color: Rust. HEX triplet: A3, 42 and 0D. RGB value is (163,66,13). Sum of RGB (Red+Green+Blue) = 163+66+13=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A3420D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3420D is #5CBDF2. Grayscale: #595959. Windows color (decimal): -6077939 or 869027. OLE color: 869027.

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

Color convert

RGB 163 66 13 -
CMYK 0 0.60 0.92 0.36
HSL 21.2º 0.85% 0.35% -
HSV(B) 21.2º 0.92% 0.64% -
XYZ 17.13 11.71 1.74 -
YUV 88.96 85.14 180.81 -
System Red Green Blue C M Y K H S L
Decimal 163 66 13 0 0.60 0.92 0.36 21.2 0.85 0.35
Hex A3 42 D 0 3C 5C 24 15 55 23
Octal 243 102 15 0 74 134 44 25 125 43
Binary 10100011 1000010 1101 0 111100 1011100 100100 10101 1010101 100011

Color Harmonies of #A3420D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3420D

Black with #A3420D

Text Example


Text Example

White with #A3420D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3420D; }

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

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

background-color css

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

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

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

border-color css

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

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

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