Html Css Color HEX #A02B02 Rust

📋 copy color: '#A02B02'

red 160 ◦ green 43 ◦ blue 2

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

Shades of Rust #A02B02

Tints of Rust #A02B02

RGB

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

 GREEN value IS 43 (17.19% from 255) = 20.98%

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

R = 78.05%
G = 20.98%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A02B02 (or 0xA02B02) is known color: Rust. HEX triplet: A0, 2B and 02. RGB value is (160,43,2). Sum of RGB (Red+Green+Blue) = 160+43+2=205 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.05% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02B02 is #5FD4FD. Grayscale: #494949. Windows color (decimal): -6280446 or 142240. OLE color: 142240.

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

Color convert

RGB 160 43 2 -
CMYK 0 0.73 0.99 0.37
HSL 15.57º 0.98% 0.32% -
HSV(B) 15.57º 0.99% 0.63% -
XYZ 15.37 9.21 1.02 -
YUV 73.31 87.76 189.83 -
System Red Green Blue C M Y K H S L
Decimal 160 43 2 0 0.73 0.99 0.37 15.57 0.98 0.32
Hex A0 2B 2 0 49 63 25 10 62 20
Octal 240 53 2 0 111 143 45 20 142 40
Binary 10100000 101011 10 0 1001001 1100011 100101 10000 1100010 100000

Color Harmonies of #A02B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02B02

Black with #A02B02

Text Example


Text Example

White with #A02B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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