Html Css Color HEX #A8340C Rust

📋 copy color: '#A8340C'

red 168 ◦ green 52 ◦ blue 12

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

Shades of Rust #A8340C

Tints of Rust #A8340C

RGB

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

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

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

R = 72.41%
G = 22.41%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8340C (or 0xA8340C) is known color: Rust. HEX triplet: A8, 34 and 0C. RGB value is (168,52,12). Sum of RGB (Red+Green+Blue) = 168+52+12=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A8340C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8340C is #57CBF3. Grayscale: #525252. Windows color (decimal): -5753844 or 799912. OLE color: 799912.

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

Color convert

RGB 168 52 12 -
CMYK 0 0.69 0.93 0.34
HSL 15.38º 0.87% 0.35% -
HSV(B) 15.38º 0.93% 0.66% -
XYZ 17.44 10.81 1.51 -
YUV 82.12 88.43 189.25 -
System Red Green Blue C M Y K H S L
Decimal 168 52 12 0 0.69 0.93 0.34 15.38 0.87 0.35
Hex A8 34 C 0 45 5D 22 F 57 23
Octal 250 64 14 0 105 135 42 17 127 43
Binary 10101000 110100 1100 0 1000101 1011101 100010 1111 1010111 100011

Color Harmonies of #A8340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8340C

Black with #A8340C

Text Example


Text Example

White with #A8340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8340C; }

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

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

background-color css

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

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

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

border-color css

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

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

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