Html Css Color HEX #A6450E Rust

📋 copy color: '#A6450E'

red 166 ◦ green 69 ◦ blue 14

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

Shades of Rust #A6450E

Tints of Rust #A6450E

RGB

 RED value IS 166 (65.23% from 255) = 66.67%

 GREEN value IS 69 (27.34% from 255) = 27.71%

 BLUE value IS 14 (5.86% from 255) = 5.62%

R = 66.67%
G = 27.71%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6450E (or 0xA6450E) is known color: Rust. HEX triplet: A6, 45 and 0E. RGB value is (166,69,14). Sum of RGB (Red+Green+Blue) = 166+69+14=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 14 (5.86% from 255 or 5.62% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A6450E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6450E is #59BAF1. Grayscale: #5C5C5C. Windows color (decimal): -5880562 or 935334. OLE color: 935334.

HSL color Cylindrical-coordinate representation of color #A6450E: hue angle of 21.71º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A6450E is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 69 14 -
CMYK 0 0.58 0.92 0.35
HSL 21.71º 0.84% 0.35% -
HSV(B) 21.71º 0.92% 0.65% -
XYZ 17.93 12.39 1.86 -
YUV 91.73 84.14 180.97 -
System Red Green Blue C M Y K H S L
Decimal 166 69 14 0 0.58 0.92 0.35 21.71 0.84 0.35
Hex A6 45 E 0 3A 5C 23 16 54 23
Octal 246 105 16 0 72 134 43 26 124 43
Binary 10100110 1000101 1110 0 111010 1011100 100011 10110 1010100 100011

Color Harmonies of #A6450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6450E

Black with #A6450E

Text Example


Text Example

White with #A6450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6450E; }

 p { color: rgb(166,69,14); }

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

background-color css

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

 a { background-color: rgb(166,69,14); }

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

border-color css

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

 span { border-color: rgb(166,69,14); }

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