Html Css Color HEX #A22500 Rust

📋 copy color: '#A22500'

red 162 ◦ green 37 ◦ blue 0

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

Shades of Rust #A22500

Tints of Rust #A22500

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.59%

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

R = 81.41%
G = 18.59%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.36

RGB Variations

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

Color information

#A22500 (or 0xA22500) is known color: Rust. HEX triplet: A2, 25 and 00. RGB value is (162,37,0). Sum of RGB (Red+Green+Blue) = 162+37+0=199 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.41% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 162 - color contains mainly: red. Hex color #A22500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22500 is #5DDAFF. Grayscale: #464646. Windows color (decimal): -6150912 or 9634. OLE color: 9634.

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

Color convert

RGB 162 37 0 -
CMYK 0 0.77 1 0.36
HSL 13.7º 1% 0.32% -
HSV(B) 13.7º 1% 0.64% -
XYZ 15.56 9 0.92 -
YUV 70.16 88.41 193.51 -
System Red Green Blue C M Y K H S L
Decimal 162 37 0 0 0.77 1 0.36 13.7 1 0.32
Hex A2 25 0 0 4D 64 24 E 64 20
Octal 242 45 0 0 115 144 44 16 144 40
Binary 10100010 100101 0 0 1001101 1100100 100100 1110 1100100 100000

Color Harmonies of #A22500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22500

Black with #A22500

Text Example


Text Example

White with #A22500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22500; }

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

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

background-color css

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

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

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

border-color css

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

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

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