Html Css Color HEX #A93A0A Rust

📋 copy color: '#A93A0A'

red 169 ◦ green 58 ◦ blue 10

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

Shades of Rust #A93A0A

Tints of Rust #A93A0A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 24.47%

 BLUE value IS 10 (4.3% from 255) = 4.22%

R = 71.31%
G = 24.47%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.94

 K value IS 0.34

RGB Variations

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

Color information

#A93A0A (or 0xA93A0A) is known color: Rust. HEX triplet: A9, 3A and 0A. RGB value is (169,58,10). Sum of RGB (Red+Green+Blue) = 169+58+10=237 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.31% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 169 - color contains mainly: red. Hex color #A93A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93A0A is #56C5F5. Grayscale: #565656. Windows color (decimal): -5686774 or 670377. OLE color: 670377.

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

Color convert

RGB 169 58 10 -
CMYK 0 0.66 0.94 0.34
HSL 18.11º 0.89% 0.35% -
HSV(B) 18.11º 0.94% 0.66% -
XYZ 17.93 11.48 1.56 -
YUV 85.72 85.27 187.4 -
System Red Green Blue C M Y K H S L
Decimal 169 58 10 0 0.66 0.94 0.34 18.11 0.89 0.35
Hex A9 3A A 0 42 5E 22 12 59 23
Octal 251 72 12 0 102 136 42 22 131 43
Binary 10101001 111010 1010 0 1000010 1011110 100010 10010 1011001 100011

Color Harmonies of #A93A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93A0A

Black with #A93A0A

Text Example


Text Example

White with #A93A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93A0A; }

 p { color: rgb(169,58,10); }

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

background-color css

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

 a { background-color: rgb(169,58,10); }

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

border-color css

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

 span { border-color: rgb(169,58,10); }

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