Html Css Color HEX #A03414 Rust

📋 copy color: '#A03414'

red 160 ◦ green 52 ◦ blue 20

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

Shades of Rust #A03414

Tints of Rust #A03414

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.62%

R = 68.97%
G = 22.41%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A03414 (or 0xA03414) is known color: Rust. HEX triplet: A0, 34 and 14. RGB value is (160,52,20). Sum of RGB (Red+Green+Blue) = 160+52+20=232 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.97% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 20 (8.20% from 255 or 8.62% from 232); Max value from RGB is 160 - color contains mainly: red. Hex color #A03414 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03414 is #5FCBEB. Grayscale: #505050. Windows color (decimal): -6278124 or 1324192. OLE color: 1324192.

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

Color convert

RGB 160 52 20 -
CMYK 0 0.68 0.88 0.37
HSL 13.71º 0.78% 0.35% -
HSV(B) 13.71º 0.88% 0.63% -
XYZ 15.85 9.98 1.75 -
YUV 80.64 93.78 184.6 -
System Red Green Blue C M Y K H S L
Decimal 160 52 20 0 0.68 0.88 0.37 13.71 0.78 0.35
Hex A0 34 14 0 44 58 25 E 4E 23
Octal 240 64 24 0 104 130 45 16 116 43
Binary 10100000 110100 10100 0 1000100 1011000 100101 1110 1001110 100011

Color Harmonies of #A03414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03414

Black with #A03414

Text Example


Text Example

White with #A03414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03414; }

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

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

background-color css

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

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

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

border-color css

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

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

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