Html Css Color HEX #A93F0C Rust

📋 copy color: '#A93F0C'

red 169 ◦ green 63 ◦ blue 12

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

Shades of Rust #A93F0C

Tints of Rust #A93F0C

RGB

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

 GREEN value IS 63 (25% from 255) = 25.82%

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

R = 69.26%
G = 25.82%
B = 4.92%

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

#A93F0C (or 0xA93F0C) is known color: Rust. HEX triplet: A9, 3F and 0C. RGB value is (169,63,12). Sum of RGB (Red+Green+Blue) = 169+63+12=244 (32% of max value = 765). Red value is 169 (66.41% from 255 or 69.26% from 244); Green value is 63 (25% from 255 or 25.82% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93F0C is #56C0F3. Grayscale: #595959. Windows color (decimal): -5685492 or 802729. OLE color: 802729.

HSL color Cylindrical-coordinate representation of color #A93F0C: hue angle of 19.49º 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 #A93F0C is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 63 12 -
CMYK 0 0.63 0.93 0.34
HSL 19.49º 0.87% 0.35% -
HSV(B) 19.49º 0.93% 0.66% -
XYZ 18.21 12.02 1.71 -
YUV 88.88 84.62 185.15 -
System Red Green Blue C M Y K H S L
Decimal 169 63 12 0 0.63 0.93 0.34 19.49 0.87 0.35
Hex A9 3F C 0 3F 5D 22 13 57 23
Octal 251 77 14 0 77 135 42 23 127 43
Binary 10101001 111111 1100 0 111111 1011101 100010 10011 1010111 100011

Color Harmonies of #A93F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93F0C

Black with #A93F0C

Text Example


Text Example

White with #A93F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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