Html Css Color HEX #A0380E Rust

📋 copy color: '#A0380E'

red 160 ◦ green 56 ◦ blue 14

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

Shades of Rust #A0380E

Tints of Rust #A0380E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.35%

 BLUE value IS 14 (5.86% from 255) = 6.09%

R = 69.57%
G = 24.35%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A0380E (or 0xA0380E) is known color: Rust. HEX triplet: A0, 38 and 0E. RGB value is (160,56,14). Sum of RGB (Red+Green+Blue) = 160+56+14=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A0380E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0380E is #5FC7F1. Grayscale: #525252. Windows color (decimal): -6277106 or 932000. OLE color: 932000.

HSL color Cylindrical-coordinate representation of color #A0380E: hue angle of 17.26º degrees, saturation: 0.84, 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 #A0380E is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 56 14 -
CMYK 0 0.65 0.91 0.37
HSL 17.26º 0.84% 0.34% -
HSV(B) 17.26º 0.91% 0.63% -
XYZ 15.99 10.33 1.57 -
YUV 82.31 89.46 183.42 -
System Red Green Blue C M Y K H S L
Decimal 160 56 14 0 0.65 0.91 0.37 17.26 0.84 0.34
Hex A0 38 E 0 41 5B 25 11 54 22
Octal 240 70 16 0 101 133 45 21 124 42
Binary 10100000 111000 1110 0 1000001 1011011 100101 10001 1010100 100010

Color Harmonies of #A0380E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0380E

Black with #A0380E

Text Example


Text Example

White with #A0380E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0380E; }

 p { color: rgb(160,56,14); }

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

background-color css

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

 a { background-color: rgb(160,56,14); }

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

border-color css

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

 span { border-color: rgb(160,56,14); }

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