Html Css Color HEX #A02E01 Rust

📋 copy color: '#A02E01'

red 160 ◦ green 46 ◦ blue 1

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

Shades of Rust #A02E01

Tints of Rust #A02E01

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.22%

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 77.29%
G = 22.22%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A02E01 (or 0xA02E01) is known color: Rust. HEX triplet: A0, 2E and 01. RGB value is (160,46,1). Sum of RGB (Red+Green+Blue) = 160+46+1=207 (27% of max value = 765). Red value is 160 (62.89% from 255 or 77.29% from 207); Green value is 46 (18.36% from 255 or 22.22% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02E01 is #5FD1FE. Grayscale: #4B4B4B. Windows color (decimal): -6279679 or 77472. OLE color: 77472.

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

Color convert

RGB 160 46 1 -
CMYK 0 0.71 0.99 0.37
HSL 16.98º 0.99% 0.32% -
HSV(B) 16.98º 0.99% 0.63% -
XYZ 15.48 9.43 1.03 -
YUV 74.96 86.27 188.66 -
System Red Green Blue C M Y K H S L
Decimal 160 46 1 0 0.71 0.99 0.37 16.98 0.99 0.32
Hex A0 2E 1 0 47 63 25 11 63 20
Octal 240 56 1 0 107 143 45 21 143 40
Binary 10100000 101110 1 0 1000111 1100011 100101 10001 1100011 100000

Color Harmonies of #A02E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02E01

Black with #A02E01

Text Example


Text Example

White with #A02E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02E01; }

 p { color: rgb(160,46,1); }

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

background-color css

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

 a { background-color: rgb(160,46,1); }

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

border-color css

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

 span { border-color: rgb(160,46,1); }

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