Html Css Color HEX #A6370F Rust

📋 copy color: '#A6370F'

red 166 ◦ green 55 ◦ blue 15

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

Shades of Rust #A6370F

Tints of Rust #A6370F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.31%

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

R = 70.34%
G = 23.31%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A6370F (or 0xA6370F) is known color: Rust. HEX triplet: A6, 37 and 0F. RGB value is (166,55,15). Sum of RGB (Red+Green+Blue) = 166+55+15=236 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.34% from 236); Green value is 55 (21.88% from 255 or 23.31% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 166 - color contains mainly: red. Hex color #A6370F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6370F is #59C8F0. Grayscale: #535353. Windows color (decimal): -5884145 or 997286. OLE color: 997286.

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

Color convert

RGB 166 55 15 -
CMYK 0 0.67 0.91 0.35
HSL 15.89º 0.83% 0.35% -
HSV(B) 15.89º 0.91% 0.65% -
XYZ 17.18 10.87 1.65 -
YUV 83.63 89.27 186.75 -
System Red Green Blue C M Y K H S L
Decimal 166 55 15 0 0.67 0.91 0.35 15.89 0.83 0.35
Hex A6 37 F 0 43 5B 23 10 53 23
Octal 246 67 17 0 103 133 43 20 123 43
Binary 10100110 110111 1111 0 1000011 1011011 100011 10000 1010011 100011

Color Harmonies of #A6370F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6370F

Black with #A6370F

Text Example


Text Example

White with #A6370F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6370F; }

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

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

background-color css

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

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

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

border-color css

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

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

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