Html Css Color HEX #A63418 Rust

📋 copy color: '#A63418'

red 166 ◦ green 52 ◦ blue 24

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

Shades of Rust #A63418

Tints of Rust #A63418

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

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

R = 68.6%
G = 21.49%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A63418 (or 0xA63418) is known color: Rust. HEX triplet: A6, 34 and 18. RGB value is (166,52,24). Sum of RGB (Red+Green+Blue) = 166+52+24=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A63418 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63418 is #59CBE7. Grayscale: #535353. Windows color (decimal): -5884904 or 1586342. OLE color: 1586342.

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

Color convert

RGB 166 52 24 -
CMYK 0 0.69 0.86 0.35
HSL 11.83º 0.75% 0.37% -
HSV(B) 11.83º 0.86% 0.65% -
XYZ 17.12 10.63 2.01 -
YUV 82.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 166 52 24 0 0.69 0.86 0.35 11.83 0.75 0.37
Hex A6 34 18 0 45 56 23 C 4B 25
Octal 246 64 30 0 105 126 43 14 113 45
Binary 10100110 110100 11000 0 1000101 1010110 100011 1100 1001011 100101

Color Harmonies of #A63418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63418

Black with #A63418

Text Example


Text Example

White with #A63418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63418; }

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

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

background-color css

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

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

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

border-color css

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

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

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