Html Css Color HEX #A93300 Rust

📋 copy color: '#A93300'

red 169 ◦ green 51 ◦ blue 0

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

Shades of Rust #A93300

Tints of Rust #A93300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.18%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.82%
G = 23.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A93300 (or 0xA93300) is known color: Rust. HEX triplet: A9, 33 and 00. RGB value is (169,51,0). Sum of RGB (Red+Green+Blue) = 169+51+0=220 (29% of max value = 765). Red value is 169 (66.41% from 255 or 76.82% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 169 - color contains mainly: red. Hex color #A93300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93300 is #56CCFF. Grayscale: #505050. Windows color (decimal): -5688576 or 13225. OLE color: 13225.

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

Color convert

RGB 169 51 0 -
CMYK 0 0.70 1 0.34
HSL 18.11º 1% 0.33% -
HSV(B) 18.11º 1% 0.66% -
XYZ 17.55 10.8 1.16 -
YUV 80.47 82.59 191.15 -
System Red Green Blue C M Y K H S L
Decimal 169 51 0 0 0.70 1 0.34 18.11 1 0.33
Hex A9 33 0 0 46 64 22 12 64 21
Octal 251 63 0 0 106 144 42 22 144 41
Binary 10101001 110011 0 0 1000110 1100100 100010 10010 1100100 100001

Color Harmonies of #A93300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93300

Black with #A93300

Text Example


Text Example

White with #A93300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93300; }

 p { color: rgb(169,51,0); }

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

background-color css

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

 a { background-color: rgb(169,51,0); }

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

border-color css

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

 span { border-color: rgb(169,51,0); }

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