Html Css Color HEX #A22200 Rust

📋 copy color: '#A22200'

red 162 ◦ green 34 ◦ blue 0

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

Shades of Rust #A22200

Tints of Rust #A22200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.65%
G = 17.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A22200 (or 0xA22200) is known color: Rust. HEX triplet: A2, 22 and 00. RGB value is (162,34,0). Sum of RGB (Red+Green+Blue) = 162+34+0=196 (25% of max value = 765). Red value is 162 (63.67% from 255 or 82.65% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 162 - color contains mainly: red. Hex color #A22200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22200 is #5DDDFF. Grayscale: #444444. Windows color (decimal): -6151680 or 8866. OLE color: 8866.

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

Color convert

RGB 162 34 0 -
CMYK 0 0.79 1 0.36
HSL 12.59º 1% 0.32% -
HSV(B) 12.59º 1% 0.64% -
XYZ 15.47 8.83 0.89 -
YUV 68.4 89.41 194.76 -
System Red Green Blue C M Y K H S L
Decimal 162 34 0 0 0.79 1 0.36 12.59 1 0.32
Hex A2 22 0 0 4F 64 24 D 64 20
Octal 242 42 0 0 117 144 44 15 144 40
Binary 10100010 100010 0 0 1001111 1100100 100100 1101 1100100 100000

Color Harmonies of #A22200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22200

Black with #A22200

Text Example


Text Example

White with #A22200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22200; }

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

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

background-color css

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

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

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

border-color css

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

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

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