Html Css Color HEX #A02802 Rust

📋 copy color: '#A02802'

red 160 ◦ green 40 ◦ blue 2

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

Shades of Rust #A02802

Tints of Rust #A02802

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.8%

 BLUE value IS 2 (1.17% from 255) = 0.99%

R = 79.21%
G = 19.8%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A02802 (or 0xA02802) is known color: Rust. HEX triplet: A0, 28 and 02. RGB value is (160,40,2). Sum of RGB (Red+Green+Blue) = 160+40+2=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A02802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02802 is #5FD7FD. Grayscale: #474747. Windows color (decimal): -6281214 or 141472. OLE color: 141472.

HSL color Cylindrical-coordinate representation of color #A02802: hue angle of 14.43º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A02802 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 40 2 -
CMYK 0 0.75 0.99 0.37
HSL 14.43º 0.98% 0.32% -
HSV(B) 14.43º 0.99% 0.63% -
XYZ 15.27 9 0.99 -
YUV 71.55 88.76 191.09 -
System Red Green Blue C M Y K H S L
Decimal 160 40 2 0 0.75 0.99 0.37 14.43 0.98 0.32
Hex A0 28 2 0 4B 63 25 E 62 20
Octal 240 50 2 0 113 143 45 16 142 40
Binary 10100000 101000 10 0 1001011 1100011 100101 1110 1100010 100000

Color Harmonies of #A02802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02802

Black with #A02802

Text Example


Text Example

White with #A02802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02802; }

 p { color: rgb(160,40,2); }

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

background-color css

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

 a { background-color: rgb(160,40,2); }

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

border-color css

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

 span { border-color: rgb(160,40,2); }

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