Html Css Color HEX #A93103 Rust

📋 copy color: '#A93103'

red 169 ◦ green 49 ◦ blue 3

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

Shades of Rust #A93103

Tints of Rust #A93103

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.17%

 BLUE value IS 3 (1.56% from 255) = 1.36%

R = 76.47%
G = 22.17%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A93103 (or 0xA93103) is known color: Rust. HEX triplet: A9, 31 and 03. RGB value is (169,49,3). Sum of RGB (Red+Green+Blue) = 169+49+3=221 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.47% from 221); Green value is 49 (19.53% from 255 or 22.17% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 169 - color contains mainly: red. Hex color #A93103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93103 is #56CEFC. Grayscale: #4F4F4F. Windows color (decimal): -5689085 or 209321. OLE color: 209321.

HSL color Cylindrical-coordinate representation of color #A93103: hue angle of 16.63º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A93103 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 49 3 -
CMYK 0 0.71 0.98 0.34
HSL 16.63º 0.97% 0.34% -
HSV(B) 16.63º 0.98% 0.66% -
XYZ 17.48 10.64 1.22 -
YUV 79.64 84.76 191.74 -
System Red Green Blue C M Y K H S L
Decimal 169 49 3 0 0.71 0.98 0.34 16.63 0.97 0.34
Hex A9 31 3 0 47 62 22 11 61 22
Octal 251 61 3 0 107 142 42 21 141 42
Binary 10101001 110001 11 0 1000111 1100010 100010 10001 1100001 100010

Color Harmonies of #A93103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93103

Black with #A93103

Text Example


Text Example

White with #A93103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93103; }

 p { color: rgb(169,49,3); }

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

background-color css

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

 a { background-color: rgb(169,49,3); }

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

border-color css

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

 span { border-color: rgb(169,49,3); }

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