Html Css Color HEX #A93D0B Rust

📋 copy color: '#A93D0B'

red 169 ◦ green 61 ◦ blue 11

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

Shades of Rust #A93D0B

Tints of Rust #A93D0B

RGB

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

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

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

R = 70.12%
G = 25.31%
B = 4.56%

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

#A93D0B (or 0xA93D0B) is known color: Rust. HEX triplet: A9, 3D and 0B. RGB value is (169,61,11). Sum of RGB (Red+Green+Blue) = 169+61+11=241 (31% of max value = 765). Red value is 169 (66.41% from 255 or 70.12% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 169 - color contains mainly: red. Hex color #A93D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93D0B is #56C2F4. Grayscale: #575757. Windows color (decimal): -5686005 or 736681. OLE color: 736681.

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

Color convert

RGB 169 61 11 -
CMYK 0 0.64 0.93 0.34
HSL 18.99º 0.88% 0.35% -
HSV(B) 18.99º 0.93% 0.66% -
XYZ 18.09 11.8 1.64 -
YUV 87.59 84.78 186.07 -
System Red Green Blue C M Y K H S L
Decimal 169 61 11 0 0.64 0.93 0.34 18.99 0.88 0.35
Hex A9 3D B 0 40 5D 22 13 58 23
Octal 251 75 13 0 100 135 42 23 130 43
Binary 10101001 111101 1011 0 1000000 1011101 100010 10011 1011000 100011

Color Harmonies of #A93D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93D0B

Black with #A93D0B

Text Example


Text Example

White with #A93D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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