Html Css Color HEX #A02900 Rust

📋 copy color: '#A02900'

red 160 ◦ green 41 ◦ blue 0

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

Shades of Rust #A02900

Tints of Rust #A02900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.6%
G = 20.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A02900 (or 0xA02900) is known color: Rust. HEX triplet: A0, 29 and 00. RGB value is (160,41,0). Sum of RGB (Red+Green+Blue) = 160+41+0=201 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.60% from 201); Green value is 41 (16.41% from 255 or 20.40% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 160 - color contains mainly: red. Hex color #A02900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02900 is #5FD6FF. Grayscale: #484848. Windows color (decimal): -6280960 or 10656. OLE color: 10656.

HSL color Cylindrical-coordinate representation of color #A02900: hue angle of 15.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A02900 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 41 0 -
CMYK 0 0.74 1 0.37
HSL 15.38º 1% 0.31% -
HSV(B) 15.38º 1% 0.63% -
XYZ 15.29 9.06 0.94 -
YUV 71.91 87.42 190.83 -
System Red Green Blue C M Y K H S L
Decimal 160 41 0 0 0.74 1 0.37 15.38 1 0.31
Hex A0 29 0 0 4A 64 25 F 64 1F
Octal 240 51 0 0 112 144 45 17 144 37
Binary 10100000 101001 0 0 1001010 1100100 100101 1111 1100100 11111

Color Harmonies of #A02900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02900

Black with #A02900

Text Example


Text Example

White with #A02900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02900; }

 p { color: rgb(160,41,0); }

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

background-color css

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

 a { background-color: rgb(160,41,0); }

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

border-color css

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

 span { border-color: rgb(160,41,0); }

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