Html Css Color HEX #A93E0C Rust

📋 copy color: '#A93E0C'

red 169 ◦ green 62 ◦ blue 12

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

Shades of Rust #A93E0C

Tints of Rust #A93E0C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.51%

 BLUE value IS 12 (5.08% from 255) = 4.94%

R = 69.55%
G = 25.51%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A93E0C (or 0xA93E0C) is known color: Rust. HEX triplet: A9, 3E and 0C. RGB value is (169,62,12). Sum of RGB (Red+Green+Blue) = 169+62+12=243 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.55% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93E0C is #56C1F3. Grayscale: #585858. Windows color (decimal): -5685748 or 802473. OLE color: 802473.

HSL color Cylindrical-coordinate representation of color #A93E0C: hue angle of 19.11º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A93E0C is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 62 12 -
CMYK 0 0.63 0.93 0.34
HSL 19.11º 0.87% 0.35% -
HSV(B) 19.11º 0.93% 0.66% -
XYZ 18.15 11.91 1.69 -
YUV 88.29 84.95 185.57 -
System Red Green Blue C M Y K H S L
Decimal 169 62 12 0 0.63 0.93 0.34 19.11 0.87 0.35
Hex A9 3E C 0 3F 5D 22 13 57 23
Octal 251 76 14 0 77 135 42 23 127 43
Binary 10101001 111110 1100 0 111111 1011101 100010 10011 1010111 100011

Color Harmonies of #A93E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93E0C

Black with #A93E0C

Text Example


Text Example

White with #A93E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93E0C; }

 p { color: rgb(169,62,12); }

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

background-color css

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

 a { background-color: rgb(169,62,12); }

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

border-color css

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

 span { border-color: rgb(169,62,12); }

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