Html Css Color HEX #A6430E Rust

📋 copy color: '#A6430E'

red 166 ◦ green 67 ◦ blue 14

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

Shades of Rust #A6430E

Tints of Rust #A6430E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.13%

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

R = 67.21%
G = 27.13%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A6430E (or 0xA6430E) is known color: Rust. HEX triplet: A6, 43 and 0E. RGB value is (166,67,14). Sum of RGB (Red+Green+Blue) = 166+67+14=247 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.21% from 247); Green value is 67 (26.56% from 255 or 27.13% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 166 - color contains mainly: red. Hex color #A6430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6430E is #59BCF1. Grayscale: #5A5A5A. Windows color (decimal): -5881074 or 934822. OLE color: 934822.

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

Color convert

RGB 166 67 14 -
CMYK 0 0.60 0.92 0.35
HSL 20.92º 0.84% 0.35% -
HSV(B) 20.92º 0.92% 0.65% -
XYZ 17.81 12.15 1.82 -
YUV 90.56 84.8 181.81 -
System Red Green Blue C M Y K H S L
Decimal 166 67 14 0 0.60 0.92 0.35 20.92 0.84 0.35
Hex A6 43 E 0 3C 5C 23 15 54 23
Octal 246 103 16 0 74 134 43 25 124 43
Binary 10100110 1000011 1110 0 111100 1011100 100011 10101 1010100 100011

Color Harmonies of #A6430E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6430E

Black with #A6430E

Text Example


Text Example

White with #A6430E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6430E; }

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

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

background-color css

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

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

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

border-color css

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

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

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