Html Css Color HEX #A0340F Rust

📋 copy color: '#A0340F'

red 160 ◦ green 52 ◦ blue 15

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

Shades of Rust #A0340F

Tints of Rust #A0340F

RGB

 RED value IS 160 (62.89% from 255) = 70.48%

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

 BLUE value IS 15 (6.25% from 255) = 6.61%

R = 70.48%
G = 22.91%
B = 6.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0340F (or 0xA0340F) is known color: Rust. HEX triplet: A0, 34 and 0F. RGB value is (160,52,15). Sum of RGB (Red+Green+Blue) = 160+52+15=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A0340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0340F is #5FCBF0. Grayscale: #505050. Windows color (decimal): -6278129 or 996512. OLE color: 996512.

HSL color Cylindrical-coordinate representation of color #A0340F: hue angle of 15.31º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0340F is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 52 15 -
CMYK 0 0.68 0.91 0.37
HSL 15.31º 0.83% 0.34% -
HSV(B) 15.31º 0.91% 0.63% -
XYZ 15.81 9.96 1.54 -
YUV 80.07 91.28 185.01 -
System Red Green Blue C M Y K H S L
Decimal 160 52 15 0 0.68 0.91 0.37 15.31 0.83 0.34
Hex A0 34 F 0 44 5B 25 F 53 22
Octal 240 64 17 0 104 133 45 17 123 42
Binary 10100000 110100 1111 0 1000100 1011011 100101 1111 1010011 100010

Color Harmonies of #A0340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0340F

Black with #A0340F

Text Example


Text Example

White with #A0340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0340F; }

 p { color: rgb(160,52,15); }

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

background-color css

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

 a { background-color: rgb(160,52,15); }

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

border-color css

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

 span { border-color: rgb(160,52,15); }

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