Html Css Color HEX #A93F0D Rust

📋 copy color: '#A93F0D'

red 169 ◦ green 63 ◦ blue 13

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

Shades of Rust #A93F0D

Tints of Rust #A93F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.31%

R = 68.98%
G = 25.71%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.34

RGB Variations

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

Color information

#A93F0D (or 0xA93F0D) is known color: Rust. HEX triplet: A9, 3F and 0D. RGB value is (169,63,13). Sum of RGB (Red+Green+Blue) = 169+63+13=245 (32% of max value = 765). Red value is 169 (66.41% from 255 or 68.98% from 245); Green value is 63 (25% from 255 or 25.71% from 245); Blue value is 13 (5.47% from 255 or 5.31% from 245); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93F0D is #56C0F2. Grayscale: #595959. Windows color (decimal): -5685491 or 868265. OLE color: 868265.

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

Color convert

RGB 169 63 13 -
CMYK 0 0.63 0.92 0.34
HSL 19.23º 0.86% 0.36% -
HSV(B) 19.23º 0.92% 0.66% -
XYZ 18.21 12.02 1.74 -
YUV 88.99 85.12 185.07 -
System Red Green Blue C M Y K H S L
Decimal 169 63 13 0 0.63 0.92 0.34 19.23 0.86 0.36
Hex A9 3F D 0 3F 5C 22 13 56 24
Octal 251 77 15 0 77 134 42 23 126 44
Binary 10101001 111111 1101 0 111111 1011100 100010 10011 1010110 100100

Color Harmonies of #A93F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93F0D

Black with #A93F0D

Text Example


Text Example

White with #A93F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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