Html Css Color HEX #A6430C Rust

📋 copy color: '#A6430C'

red 166 ◦ green 67 ◦ blue 12

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

Shades of Rust #A6430C

Tints of Rust #A6430C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.9%

R = 67.76%
G = 27.35%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A6430C (or 0xA6430C) is known color: Rust. HEX triplet: A6, 43 and 0C. RGB value is (166,67,12). Sum of RGB (Red+Green+Blue) = 166+67+12=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A6430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6430C is #59BCF3. Grayscale: #5A5A5A. Windows color (decimal): -5881076 or 803750. OLE color: 803750.

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

Color convert

RGB 166 67 12 -
CMYK 0 0.60 0.93 0.35
HSL 21.43º 0.87% 0.35% -
HSV(B) 21.43º 0.93% 0.65% -
XYZ 17.8 12.15 1.75 -
YUV 90.33 83.8 181.97 -
System Red Green Blue C M Y K H S L
Decimal 166 67 12 0 0.60 0.93 0.35 21.43 0.87 0.35
Hex A6 43 C 0 3C 5D 23 15 57 23
Octal 246 103 14 0 74 135 43 25 127 43
Binary 10100110 1000011 1100 0 111100 1011101 100011 10101 1010111 100011

Color Harmonies of #A6430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6430C

Black with #A6430C

Text Example


Text Example

White with #A6430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6430C; }

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

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

background-color css

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

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

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

border-color css

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

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

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