Html Css Color HEX #A02B00 Rust

📋 copy color: '#A02B00'

red 160 ◦ green 43 ◦ blue 0

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

Shades of Rust #A02B00

Tints of Rust #A02B00

RGB

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

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

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

R = 78.82%
G = 21.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A02B00 (or 0xA02B00) is known color: Rust. HEX triplet: A0, 2B and 00. RGB value is (160,43,0). Sum of RGB (Red+Green+Blue) = 160+43+0=203 (26% of max value = 765). Red value is 160 (62.89% from 255 or 78.82% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 0 (0.39% from 255 or 0% from 203); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02B00 is #5FD4FF. Grayscale: #494949. Windows color (decimal): -6280448 or 11168. OLE color: 11168.

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

Color convert

RGB 160 43 0 -
CMYK 0 0.73 1 0.37
HSL 16.13º 1% 0.31% -
HSV(B) 16.13º 1% 0.63% -
XYZ 15.36 9.2 0.97 -
YUV 73.08 86.76 190 -
System Red Green Blue C M Y K H S L
Decimal 160 43 0 0 0.73 1 0.37 16.13 1 0.31
Hex A0 2B 0 0 49 64 25 10 64 1F
Octal 240 53 0 0 111 144 45 20 144 37
Binary 10100000 101011 0 0 1001001 1100100 100101 10000 1100100 11111

Color Harmonies of #A02B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02B00

Black with #A02B00

Text Example


Text Example

White with #A02B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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