Html Css Color HEX #A3400E Rust

📋 copy color: '#A3400E'

red 163 ◦ green 64 ◦ blue 14

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

Shades of Rust #A3400E

Tints of Rust #A3400E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.56%

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

R = 67.63%
G = 26.56%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A3400E (or 0xA3400E) is known color: Rust. HEX triplet: A3, 40 and 0E. RGB value is (163,64,14). Sum of RGB (Red+Green+Blue) = 163+64+14=241 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.63% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 163 - color contains mainly: red. Hex color #A3400E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3400E is #5CBFF1. Grayscale: #585858. Windows color (decimal): -6078450 or 934051. OLE color: 934051.

HSL color Cylindrical-coordinate representation of color #A3400E: hue angle of 20.13º 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 #A3400E is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 64 14 -
CMYK 0 0.61 0.91 0.36
HSL 20.13º 0.84% 0.35% -
HSV(B) 20.13º 0.91% 0.64% -
XYZ 17.02 11.49 1.74 -
YUV 87.9 86.3 181.57 -
System Red Green Blue C M Y K H S L
Decimal 163 64 14 0 0.61 0.91 0.36 20.13 0.84 0.35
Hex A3 40 E 0 3D 5B 24 14 54 23
Octal 243 100 16 0 75 133 44 24 124 43
Binary 10100011 1000000 1110 0 111101 1011011 100100 10100 1010100 100011

Color Harmonies of #A3400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3400E

Black with #A3400E

Text Example


Text Example

White with #A3400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3400E; }

 p { color: rgb(163,64,14); }

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

background-color css

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

 a { background-color: rgb(163,64,14); }

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

border-color css

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

 span { border-color: rgb(163,64,14); }

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