Html Css Color HEX #A93307 Rust

📋 copy color: '#A93307'

red 169 ◦ green 51 ◦ blue 7

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

Shades of Rust #A93307

Tints of Rust #A93307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.08%

R = 74.45%
G = 22.47%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A93307 (or 0xA93307) is known color: Rust. HEX triplet: A9, 33 and 07. RGB value is (169,51,7). Sum of RGB (Red+Green+Blue) = 169+51+7=227 (30% of max value = 765). Red value is 169 (66.41% from 255 or 74.45% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 169 - color contains mainly: red. Hex color #A93307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A93307 is #56CCF8. Grayscale: #515151. Windows color (decimal): -5688569 or 471977. OLE color: 471977.

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

Color convert

RGB 169 51 7 -
CMYK 0 0.70 0.96 0.34
HSL 16.3º 0.92% 0.35% -
HSV(B) 16.3º 0.96% 0.66% -
XYZ 17.58 10.82 1.36 -
YUV 81.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 169 51 7 0 0.70 0.96 0.34 16.3 0.92 0.35
Hex A9 33 7 0 46 60 22 10 5C 23
Octal 251 63 7 0 106 140 42 20 134 43
Binary 10101001 110011 111 0 1000110 1100000 100010 10000 1011100 100011

Color Harmonies of #A93307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A93307

Black with #A93307

Text Example


Text Example

White with #A93307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A93307; }

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

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

background-color css

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

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

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

border-color css

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

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

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