Html Css Color HEX #A22A02 Rust

📋 copy color: '#A22A02'

red 162 ◦ green 42 ◦ blue 2

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

Shades of Rust #A22A02

Tints of Rust #A22A02

RGB

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

 GREEN value IS 42 (16.8% from 255) = 20.39%

 BLUE value IS 2 (1.17% from 255) = 0.97%

R = 78.64%
G = 20.39%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A22A02 (or 0xA22A02) is known color: Rust. HEX triplet: A2, 2A and 02. RGB value is (162,42,2). Sum of RGB (Red+Green+Blue) = 162+42+2=206 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.64% from 206); Green value is 42 (16.80% from 255 or 20.39% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 162 - color contains mainly: red. Hex color #A22A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22A02 is #5DD5FD. Grayscale: #494949. Windows color (decimal): -6149630 or 141986. OLE color: 141986.

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

Color convert

RGB 162 42 2 -
CMYK 0 0.74 0.99 0.36
HSL 15º 0.98% 0.32% -
HSV(B) 15º 0.99% 0.64% -
XYZ 15.74 9.34 1.03 -
YUV 73.32 87.76 191.25 -
System Red Green Blue C M Y K H S L
Decimal 162 42 2 0 0.74 0.99 0.36 15 0.98 0.32
Hex A2 2A 2 0 4A 63 24 F 62 20
Octal 242 52 2 0 112 143 44 17 142 40
Binary 10100010 101010 10 0 1001010 1100011 100100 1111 1100010 100000

Color Harmonies of #A22A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22A02

Black with #A22A02

Text Example


Text Example

White with #A22A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22A02; }

 p { color: rgb(162,42,2); }

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

background-color css

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

 a { background-color: rgb(162,42,2); }

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

border-color css

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

 span { border-color: rgb(162,42,2); }

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