Html Css Color HEX #A63718 Rust

📋 copy color: '#A63718'

red 166 ◦ green 55 ◦ blue 24

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

Shades of Rust #A63718

Tints of Rust #A63718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.8%

R = 67.76%
G = 22.45%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A63718 (or 0xA63718) is known color: Rust. HEX triplet: A6, 37 and 18. RGB value is (166,55,24). Sum of RGB (Red+Green+Blue) = 166+55+24=245 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.76% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 166 - color contains mainly: red. Hex color #A63718 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63718 is #59C8E7. Grayscale: #545454. Windows color (decimal): -5884136 or 1587110. OLE color: 1587110.

HSL color Cylindrical-coordinate representation of color #A63718: hue angle of 13.1º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A63718 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 55 24 -
CMYK 0 0.67 0.86 0.35
HSL 13.1º 0.75% 0.37% -
HSV(B) 13.1º 0.86% 0.65% -
XYZ 17.26 10.91 2.06 -
YUV 84.66 93.77 186.02 -
System Red Green Blue C M Y K H S L
Decimal 166 55 24 0 0.67 0.86 0.35 13.1 0.75 0.37
Hex A6 37 18 0 43 56 23 D 4B 25
Octal 246 67 30 0 103 126 43 15 113 45
Binary 10100110 110111 11000 0 1000011 1010110 100011 1101 1001011 100101

Color Harmonies of #A63718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63718

Black with #A63718

Text Example


Text Example

White with #A63718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63718; }

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

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

background-color css

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

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

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

border-color css

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

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

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