Html Css Color HEX #A8340D Rust

📋 copy color: '#A8340D'

red 168 ◦ green 52 ◦ blue 13

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

Shades of Rust #A8340D

Tints of Rust #A8340D

RGB

 RED value IS 168 (66.02% from 255) = 72.1%

 GREEN value IS 52 (20.7% from 255) = 22.32%

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

R = 72.1%
G = 22.32%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A8340D (or 0xA8340D) is known color: Rust. HEX triplet: A8, 34 and 0D. RGB value is (168,52,13). Sum of RGB (Red+Green+Blue) = 168+52+13=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A8340D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8340D is #57CBF2. Grayscale: #525252. Windows color (decimal): -5753843 or 865448. OLE color: 865448.

HSL color Cylindrical-coordinate representation of color #A8340D: hue angle of 15.1º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A8340D is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 52 13 -
CMYK 0 0.69 0.92 0.34
HSL 15.1º 0.86% 0.35% -
HSV(B) 15.1º 0.92% 0.66% -
XYZ 17.45 10.81 1.55 -
YUV 82.24 88.93 189.17 -
System Red Green Blue C M Y K H S L
Decimal 168 52 13 0 0.69 0.92 0.34 15.1 0.86 0.35
Hex A8 34 D 0 45 5C 22 F 56 23
Octal 250 64 15 0 105 134 42 17 126 43
Binary 10101000 110100 1101 0 1000101 1011100 100010 1111 1010110 100011

Color Harmonies of #A8340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8340D

Black with #A8340D

Text Example


Text Example

White with #A8340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8340D; }

 p { color: rgb(168,52,13); }

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

background-color css

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

 a { background-color: rgb(168,52,13); }

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

border-color css

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

 span { border-color: rgb(168,52,13); }

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