Html Css Color HEX #A02902 Rust

📋 copy color: '#A02902'

red 160 ◦ green 41 ◦ blue 2

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

Shades of Rust #A02902

Tints of Rust #A02902

RGB

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

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

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

R = 78.82%
G = 20.2%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A02902 (or 0xA02902) is known color: Rust. HEX triplet: A0, 29 and 02. RGB value is (160,41,2). Sum of RGB (Red+Green+Blue) = 160+41+2=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A02902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02902 is #5FD6FD. Grayscale: #484848. Windows color (decimal): -6280958 or 141728. OLE color: 141728.

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

Color convert

RGB 160 41 2 -
CMYK 0 0.74 0.99 0.37
HSL 14.81º 0.98% 0.32% -
HSV(B) 14.81º 0.99% 0.63% -
XYZ 15.3 9.06 1 -
YUV 72.14 88.42 190.67 -
System Red Green Blue C M Y K H S L
Decimal 160 41 2 0 0.74 0.99 0.37 14.81 0.98 0.32
Hex A0 29 2 0 4A 63 25 F 62 20
Octal 240 51 2 0 112 143 45 17 142 40
Binary 10100000 101001 10 0 1001010 1100011 100101 1111 1100010 100000

Color Harmonies of #A02902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02902

Black with #A02902

Text Example


Text Example

White with #A02902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02902; }

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

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

background-color css

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

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

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

border-color css

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

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

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