Html Css Color HEX #A3400C Rust

📋 copy color: '#A3400C'

red 163 ◦ green 64 ◦ blue 12

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

Shades of Rust #A3400C

Tints of Rust #A3400C

RGB

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

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

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

R = 68.2%
G = 26.78%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A3400C (or 0xA3400C) is known color: Rust. HEX triplet: A3, 40 and 0C. RGB value is (163,64,12). Sum of RGB (Red+Green+Blue) = 163+64+12=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A3400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A3400C is #5CBFF3. Grayscale: #575757. Windows color (decimal): -6078452 or 802979. OLE color: 802979.

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

Color convert

RGB 163 64 12 -
CMYK 0 0.61 0.93 0.36
HSL 20.66º 0.86% 0.34% -
HSV(B) 20.66º 0.93% 0.64% -
XYZ 17 11.48 1.67 -
YUV 87.67 85.3 181.73 -
System Red Green Blue C M Y K H S L
Decimal 163 64 12 0 0.61 0.93 0.36 20.66 0.86 0.34
Hex A3 40 C 0 3D 5D 24 15 56 22
Octal 243 100 14 0 75 135 44 25 126 42
Binary 10100011 1000000 1100 0 111101 1011101 100100 10101 1010110 100010

Color Harmonies of #A3400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3400C

Black with #A3400C

Text Example


Text Example

White with #A3400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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