Html Css Color HEX #A6350F Rust

📋 copy color: '#A6350F'

red 166 ◦ green 53 ◦ blue 15

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

Shades of Rust #A6350F

Tints of Rust #A6350F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.65%

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

R = 70.94%
G = 22.65%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6350F (or 0xA6350F) is known color: Rust. HEX triplet: A6, 35 and 0F. RGB value is (166,53,15). Sum of RGB (Red+Green+Blue) = 166+53+15=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 53 (21.09% from 255 or 22.65% from 234); Blue value is 15 (6.25% from 255 or 6.41% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A6350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6350F is #59CAF0. Grayscale: #525252. Windows color (decimal): -5884657 or 996774. OLE color: 996774.

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

Color convert

RGB 166 53 15 -
CMYK 0 0.68 0.91 0.35
HSL 15.1º 0.83% 0.35% -
HSV(B) 15.1º 0.91% 0.65% -
XYZ 17.09 10.69 1.61 -
YUV 82.46 89.94 187.59 -
System Red Green Blue C M Y K H S L
Decimal 166 53 15 0 0.68 0.91 0.35 15.1 0.83 0.35
Hex A6 35 F 0 44 5B 23 F 53 23
Octal 246 65 17 0 104 133 43 17 123 43
Binary 10100110 110101 1111 0 1000100 1011011 100011 1111 1010011 100011

Color Harmonies of #A6350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6350F

Black with #A6350F

Text Example


Text Example

White with #A6350F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6350F; }

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

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

background-color css

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

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

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

border-color css

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

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

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