Html Css Color HEX #A03714 Rust

📋 copy color: '#A03714'

red 160 ◦ green 55 ◦ blue 20

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

Shades of Rust #A03714

Tints of Rust #A03714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.4%

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

R = 68.09%
G = 23.4%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A03714 (or 0xA03714) is known color: Rust. HEX triplet: A0, 37 and 14. RGB value is (160,55,20). Sum of RGB (Red+Green+Blue) = 160+55+20=235 (31% of max value = 765). Red value is 160 (62.89% from 255 or 68.09% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 160 - color contains mainly: red. Hex color #A03714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03714 is #5FC8EB. Grayscale: #525252. Windows color (decimal): -6277356 or 1324960. OLE color: 1324960.

HSL color Cylindrical-coordinate representation of color #A03714: hue angle of 15º 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 #A03714 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 55 20 -
CMYK 0 0.66 0.88 0.37
HSL 15º 0.78% 0.35% -
HSV(B) 15º 0.88% 0.63% -
XYZ 15.99 10.26 1.8 -
YUV 82.41 92.79 183.35 -
System Red Green Blue C M Y K H S L
Decimal 160 55 20 0 0.66 0.88 0.37 15 0.78 0.35
Hex A0 37 14 0 42 58 25 F 4E 23
Octal 240 67 24 0 102 130 45 17 116 43
Binary 10100000 110111 10100 0 1000010 1011000 100101 1111 1001110 100011

Color Harmonies of #A03714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03714

Black with #A03714

Text Example


Text Example

White with #A03714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03714; }

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

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

background-color css

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

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

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

border-color css

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

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

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