Html Css Color HEX #A02B05 Rust

📋 copy color: '#A02B05'

red 160 ◦ green 43 ◦ blue 5

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

Shades of Rust #A02B05

Tints of Rust #A02B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.4%

R = 76.92%
G = 20.67%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A02B05 (or 0xA02B05) is known color: Rust. HEX triplet: A0, 2B and 05. RGB value is (160,43,5). Sum of RGB (Red+Green+Blue) = 160+43+5=208 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.92% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 160 - color contains mainly: red. Hex color #A02B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02B05 is #5FD4FA. Grayscale: #494949. Windows color (decimal): -6280443 or 338848. OLE color: 338848.

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

Color convert

RGB 160 43 5 -
CMYK 0 0.73 0.97 0.37
HSL 14.71º 0.94% 0.32% -
HSV(B) 14.71º 0.97% 0.63% -
XYZ 15.39 9.21 1.11 -
YUV 73.65 89.26 189.59 -
System Red Green Blue C M Y K H S L
Decimal 160 43 5 0 0.73 0.97 0.37 14.71 0.94 0.32
Hex A0 2B 5 0 49 61 25 F 5E 20
Octal 240 53 5 0 111 141 45 17 136 40
Binary 10100000 101011 101 0 1001001 1100001 100101 1111 1011110 100000

Color Harmonies of #A02B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02B05

Black with #A02B05

Text Example


Text Example

White with #A02B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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