Html Css Color HEX #A93F13 Rust

📋 copy color: '#A93F13'

red 169 ◦ green 63 ◦ blue 19

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

Shades of Rust #A93F13

Tints of Rust #A93F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.57%

R = 67.33%
G = 25.1%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A93F13 (or 0xA93F13) is known color: Rust. HEX triplet: A9, 3F and 13. RGB value is (169,63,19). Sum of RGB (Red+Green+Blue) = 169+63+19=251 (33% of max value = 765). Red value is 169 (66.41% from 255 or 67.33% from 251); Green value is 63 (25% from 255 or 25.10% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93F13 is #56C0EC. Grayscale: #595959. Windows color (decimal): -5685485 or 1261481. OLE color: 1261481.

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

Color convert

RGB 169 63 19 -
CMYK 0 0.63 0.89 0.34
HSL 17.6º 0.8% 0.37% -
HSV(B) 17.6º 0.89% 0.66% -
XYZ 18.26 12.04 1.98 -
YUV 89.68 88.12 184.58 -
System Red Green Blue C M Y K H S L
Decimal 169 63 19 0 0.63 0.89 0.34 17.6 0.8 0.37
Hex A9 3F 13 0 3F 59 22 12 50 25
Octal 251 77 23 0 77 131 42 22 120 45
Binary 10101001 111111 10011 0 111111 1011001 100010 10010 1010000 100101

Color Harmonies of #A93F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93F13

Black with #A93F13

Text Example


Text Example

White with #A93F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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