Html Css Color HEX #A93D1B Rust

📋 copy color: '#A93D1B'

red 169 ◦ green 61 ◦ blue 27

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

Shades of Rust #A93D1B

Tints of Rust #A93D1B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.74%

 BLUE value IS 27 (10.94% from 255) = 10.51%

R = 65.76%
G = 23.74%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#A93D1B (or 0xA93D1B) is known color: Rust. HEX triplet: A9, 3D and 1B. RGB value is (169,61,27). Sum of RGB (Red+Green+Blue) = 169+61+27=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A93D1B is #56C2E4. Grayscale: #595959. Windows color (decimal): -5685989 or 1785257. OLE color: 1785257.

HSL color Cylindrical-coordinate representation of color #A93D1B: hue angle of 14.37º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A93D1B is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 61 27 -
CMYK 0 0.64 0.84 0.34
HSL 14.37º 0.72% 0.38% -
HSV(B) 14.37º 0.84% 0.66% -
XYZ 18.23 11.85 2.36 -
YUV 89.42 92.78 184.76 -
System Red Green Blue C M Y K H S L
Decimal 169 61 27 0 0.64 0.84 0.34 14.37 0.72 0.38
Hex A9 3D 1B 0 40 54 22 E 48 26
Octal 251 75 33 0 100 124 42 16 110 46
Binary 10101001 111101 11011 0 1000000 1010100 100010 1110 1001000 100110

Color Harmonies of #A93D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93D1B

Black with #A93D1B

Text Example


Text Example

White with #A93D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93D1B; }

 p { color: rgb(169,61,27); }

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

background-color css

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

 a { background-color: rgb(169,61,27); }

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

border-color css

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

 span { border-color: rgb(169,61,27); }

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