Html Css Color HEX #A22E01 Rust

📋 copy color: '#A22E01'

red 162 ◦ green 46 ◦ blue 1

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

Shades of Rust #A22E01

Tints of Rust #A22E01

RGB

 RED value IS 162 (63.67% from 255) = 77.51%

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

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

R = 77.51%
G = 22.01%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A22E01 (or 0xA22E01) is known color: Rust. HEX triplet: A2, 2E and 01. RGB value is (162,46,1). Sum of RGB (Red+Green+Blue) = 162+46+1=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 1 (0.78% from 255 or 0.48% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A22E01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22E01 is #5DD1FE. Grayscale: #4B4B4B. Windows color (decimal): -6148607 or 77474. OLE color: 77474.

HSL color Cylindrical-coordinate representation of color #A22E01: hue angle of 16.77º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A22E01 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 46 1 -
CMYK 0 0.72 0.99 0.36
HSL 16.77º 0.99% 0.32% -
HSV(B) 16.77º 0.99% 0.64% -
XYZ 15.88 9.64 1.05 -
YUV 75.55 85.93 189.66 -
System Red Green Blue C M Y K H S L
Decimal 162 46 1 0 0.72 0.99 0.36 16.77 0.99 0.32
Hex A2 2E 1 0 48 63 24 11 63 20
Octal 242 56 1 0 110 143 44 21 143 40
Binary 10100010 101110 1 0 1001000 1100011 100100 10001 1100011 100000

Color Harmonies of #A22E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22E01

Black with #A22E01

Text Example


Text Example

White with #A22E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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