Html Css Color HEX #A93C0B Rust

📋 copy color: '#A93C0B'

red 169 ◦ green 60 ◦ blue 11

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

Shades of Rust #A93C0B

Tints of Rust #A93C0B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25%

 BLUE value IS 11 (4.69% from 255) = 4.58%

R = 70.42%
G = 25%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A93C0B (or 0xA93C0B) is known color: Rust. HEX triplet: A9, 3C and 0B. RGB value is (169,60,11). Sum of RGB (Red+Green+Blue) = 169+60+11=240 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.42% from 240); Green value is 60 (23.83% from 255 or 25% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 169 - color contains mainly: red. Hex color #A93C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93C0B is #56C3F4. Grayscale: #575757. Windows color (decimal): -5686261 or 736425. OLE color: 736425.

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

Color convert

RGB 169 60 11 -
CMYK 0 0.64 0.93 0.34
HSL 18.61º 0.88% 0.35% -
HSV(B) 18.61º 0.93% 0.66% -
XYZ 18.04 11.69 1.62 -
YUV 87.01 85.11 186.48 -
System Red Green Blue C M Y K H S L
Decimal 169 60 11 0 0.64 0.93 0.34 18.61 0.88 0.35
Hex A9 3C B 0 40 5D 22 13 58 23
Octal 251 74 13 0 100 135 42 23 130 43
Binary 10101001 111100 1011 0 1000000 1011101 100010 10011 1011000 100011

Color Harmonies of #A93C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93C0B

Black with #A93C0B

Text Example


Text Example

White with #A93C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93C0B; }

 p { color: rgb(169,60,11); }

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

background-color css

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

 a { background-color: rgb(169,60,11); }

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

border-color css

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

 span { border-color: rgb(169,60,11); }

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