Html Css Color HEX #A22201 Rust

📋 copy color: '#A22201'

red 162 ◦ green 34 ◦ blue 1

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

Shades of Rust #A22201

Tints of Rust #A22201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.26%

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

R = 82.23%
G = 17.26%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A22201 (or 0xA22201) is known color: Rust. HEX triplet: A2, 22 and 01. RGB value is (162,34,1). Sum of RGB (Red+Green+Blue) = 162+34+1=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A22201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22201 is #5DDDFE. Grayscale: #444444. Windows color (decimal): -6151679 or 74402. OLE color: 74402.

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

Color convert

RGB 162 34 1 -
CMYK 0 0.79 0.99 0.36
HSL 12.3º 0.99% 0.32% -
HSV(B) 12.3º 0.99% 0.64% -
XYZ 15.48 8.83 0.92 -
YUV 68.51 89.91 194.68 -
System Red Green Blue C M Y K H S L
Decimal 162 34 1 0 0.79 0.99 0.36 12.3 0.99 0.32
Hex A2 22 1 0 4F 63 24 C 63 20
Octal 242 42 1 0 117 143 44 14 143 40
Binary 10100010 100010 1 0 1001111 1100011 100100 1100 1100011 100000

Color Harmonies of #A22201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22201

Black with #A22201

Text Example


Text Example

White with #A22201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22201; }

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

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

background-color css

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

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

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

border-color css

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

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

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