Html Css Color HEX #A6450F Rust

📋 copy color: '#A6450F'

red 166 ◦ green 69 ◦ blue 15

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

Shades of Rust #A6450F

Tints of Rust #A6450F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6%

R = 66.4%
G = 27.6%
B = 6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6450F (or 0xA6450F) is known color: Rust. HEX triplet: A6, 45 and 0F. RGB value is (166,69,15). Sum of RGB (Red+Green+Blue) = 166+69+15=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 15 (6.25% from 255 or 6% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A6450F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6450F is #59BAF0. Grayscale: #5C5C5C. Windows color (decimal): -5880561 or 1000870. OLE color: 1000870.

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

Color convert

RGB 166 69 15 -
CMYK 0 0.58 0.91 0.35
HSL 21.46º 0.83% 0.35% -
HSV(B) 21.46º 0.91% 0.65% -
XYZ 17.94 12.4 1.9 -
YUV 91.85 84.64 180.89 -
System Red Green Blue C M Y K H S L
Decimal 166 69 15 0 0.58 0.91 0.35 21.46 0.83 0.35
Hex A6 45 F 0 3A 5B 23 15 53 23
Octal 246 105 17 0 72 133 43 25 123 43
Binary 10100110 1000101 1111 0 111010 1011011 100011 10101 1010011 100011

Color Harmonies of #A6450F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6450F

Black with #A6450F

Text Example


Text Example

White with #A6450F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6450F; }

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

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

background-color css

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

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

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

border-color css

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

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

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