Html Css Color HEX #A93012 Rust

📋 copy color: '#A93012'

red 169 ◦ green 48 ◦ blue 18

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

Shades of Rust #A93012

Tints of Rust #A93012

RGB

 RED value IS 169 (66.41% from 255) = 71.91%

 GREEN value IS 48 (19.14% from 255) = 20.43%

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

R = 71.91%
G = 20.43%
B = 7.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A93012 (or 0xA93012) is known color: Rust. HEX triplet: A9, 30 and 12. RGB value is (169,48,18). Sum of RGB (Red+Green+Blue) = 169+48+18=235 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.91% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 18 (7.42% from 255 or 7.66% from 235); Max value from RGB is 169 - color contains mainly: red. Hex color #A93012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93012 is #56CFED. Grayscale: #515151. Windows color (decimal): -5689326 or 1192105. OLE color: 1192105.

HSL color Cylindrical-coordinate representation of color #A93012: hue angle of 11.92º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A93012 is Cyan = 0, Magento = 0.72, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 48 18 -
CMYK 0 0.72 0.89 0.34
HSL 11.92º 0.81% 0.37% -
HSV(B) 11.92º 0.89% 0.66% -
XYZ 17.53 10.59 1.69 -
YUV 80.76 92.59 190.94 -
System Red Green Blue C M Y K H S L
Decimal 169 48 18 0 0.72 0.89 0.34 11.92 0.81 0.37
Hex A9 30 12 0 48 59 22 C 51 25
Octal 251 60 22 0 110 131 42 14 121 45
Binary 10101001 110000 10010 0 1001000 1011001 100010 1100 1010001 100101

Color Harmonies of #A93012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93012

Black with #A93012

Text Example


Text Example

White with #A93012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93012; }

 p { color: rgb(169,48,18); }

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

background-color css

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

 a { background-color: rgb(169,48,18); }

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

border-color css

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

 span { border-color: rgb(169,48,18); }

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