Html Css Color HEX #A22809 Rust

📋 copy color: '#A22809'

red 162 ◦ green 40 ◦ blue 9

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

Shades of Rust #A22809

Tints of Rust #A22809

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.96%

 BLUE value IS 9 (3.91% from 255) = 4.27%

R = 76.78%
G = 18.96%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A22809 (or 0xA22809) is known color: Rust. HEX triplet: A2, 28 and 09. RGB value is (162,40,9). Sum of RGB (Red+Green+Blue) = 162+40+9=211 (27% of max value = 765). Red value is 162 (63.67% from 255 or 76.78% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 162 - color contains mainly: red. Hex color #A22809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22809 is #5DD7F6. Grayscale: #494949. Windows color (decimal): -6150135 or 600226. OLE color: 600226.

HSL color Cylindrical-coordinate representation of color #A22809: hue angle of 12.16º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A22809 is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 40 9 -
CMYK 0 0.75 0.94 0.36
HSL 12.16º 0.89% 0.34% -
HSV(B) 12.16º 0.94% 0.64% -
XYZ 15.71 9.22 1.21 -
YUV 72.94 91.92 191.52 -
System Red Green Blue C M Y K H S L
Decimal 162 40 9 0 0.75 0.94 0.36 12.16 0.89 0.34
Hex A2 28 9 0 4B 5E 24 C 59 22
Octal 242 50 11 0 113 136 44 14 131 42
Binary 10100010 101000 1001 0 1001011 1011110 100100 1100 1011001 100010

Color Harmonies of #A22809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22809

Black with #A22809

Text Example


Text Example

White with #A22809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22809; }

 p { color: rgb(162,40,9); }

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

background-color css

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

 a { background-color: rgb(162,40,9); }

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

border-color css

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

 span { border-color: rgb(162,40,9); }

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