Html Css Color HEX #A22F12 Rust

📋 copy color: '#A22F12'

red 162 ◦ green 47 ◦ blue 18

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

Shades of Rust #A22F12

Tints of Rust #A22F12

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.7%

 BLUE value IS 18 (7.42% from 255) = 7.93%

R = 71.37%
G = 20.7%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A22F12 (or 0xA22F12) is known color: Rust. HEX triplet: A2, 2F and 12. RGB value is (162,47,18). Sum of RGB (Red+Green+Blue) = 162+47+18=227 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.37% from 227); Green value is 47 (18.75% from 255 or 20.70% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 162 - color contains mainly: red. Hex color #A22F12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22F12 is #5DD0ED. Grayscale: #4E4E4E. Windows color (decimal): -6148334 or 1191842. OLE color: 1191842.

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

Color convert

RGB 162 47 18 -
CMYK 0 0.71 0.89 0.36
HSL 12.08º 0.8% 0.35% -
HSV(B) 12.08º 0.89% 0.64% -
XYZ 16.03 9.76 1.61 -
YUV 78.08 94.1 187.86 -
System Red Green Blue C M Y K H S L
Decimal 162 47 18 0 0.71 0.89 0.36 12.08 0.8 0.35
Hex A2 2F 12 0 47 59 24 C 50 23
Octal 242 57 22 0 107 131 44 14 120 43
Binary 10100010 101111 10010 0 1000111 1011001 100100 1100 1010000 100011

Color Harmonies of #A22F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22F12

Black with #A22F12

Text Example


Text Example

White with #A22F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22F12; }

 p { color: rgb(162,47,18); }

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

background-color css

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

 a { background-color: rgb(162,47,18); }

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

border-color css

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

 span { border-color: rgb(162,47,18); }

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