Html Css Color HEX #A6450D Rust

📋 copy color: '#A6450D'

red 166 ◦ green 69 ◦ blue 13

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

Shades of Rust #A6450D

Tints of Rust #A6450D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.24%

R = 66.94%
G = 27.82%
B = 5.24%

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

#A6450D (or 0xA6450D) is known color: Rust. HEX triplet: A6, 45 and 0D. RGB value is (166,69,13). Sum of RGB (Red+Green+Blue) = 166+69+13=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A6450D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6450D is #59BAF2. Grayscale: #5B5B5B. Windows color (decimal): -5880563 or 869798. OLE color: 869798.

HSL color Cylindrical-coordinate representation of color #A6450D: hue angle of 21.96º degrees, saturation: 0.85, 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 #A6450D is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 69 13 -
CMYK 0 0.58 0.92 0.35
HSL 21.96º 0.85% 0.35% -
HSV(B) 21.96º 0.92% 0.65% -
XYZ 17.93 12.39 1.83 -
YUV 91.62 83.64 181.05 -
System Red Green Blue C M Y K H S L
Decimal 166 69 13 0 0.58 0.92 0.35 21.96 0.85 0.35
Hex A6 45 D 0 3A 5C 23 16 55 23
Octal 246 105 15 0 72 134 43 26 125 43
Binary 10100110 1000101 1101 0 111010 1011100 100011 10110 1010101 100011

Color Harmonies of #A6450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6450D

Black with #A6450D

Text Example


Text Example

White with #A6450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6450D; }

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

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

background-color css

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

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

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

border-color css

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

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

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