Html Css Color HEX #A02200 Rust

📋 copy color: '#A02200'

red 160 ◦ green 34 ◦ blue 0

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

Shades of Rust #A02200

Tints of Rust #A02200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.53%

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

R = 82.47%
G = 17.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A02200 (or 0xA02200) is known color: Rust. HEX triplet: A0, 22 and 00. RGB value is (160,34,0). Sum of RGB (Red+Green+Blue) = 160+34+0=194 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.47% from 194); Green value is 34 (13.67% from 255 or 17.53% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 160 - color contains mainly: red. Hex color #A02200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02200 is #5FDDFF. Grayscale: #444444. Windows color (decimal): -6282752 or 8864. OLE color: 8864.

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

Color convert

RGB 160 34 0 -
CMYK 0 0.79 1 0.37
HSL 12.75º 1% 0.31% -
HSV(B) 12.75º 1% 0.63% -
XYZ 15.07 8.62 0.87 -
YUV 67.8 89.74 193.76 -
System Red Green Blue C M Y K H S L
Decimal 160 34 0 0 0.79 1 0.37 12.75 1 0.31
Hex A0 22 0 0 4F 64 25 D 64 1F
Octal 240 42 0 0 117 144 45 15 144 37
Binary 10100000 100010 0 0 1001111 1100100 100101 1101 1100100 11111

Color Harmonies of #A02200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02200

Black with #A02200

Text Example


Text Example

White with #A02200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02200; }

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

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

background-color css

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

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

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

border-color css

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

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

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