Html Css Color HEX #A63613 Rust

📋 copy color: '#A63613'

red 166 ◦ green 54 ◦ blue 19

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

Shades of Rust #A63613

Tints of Rust #A63613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.59%

 BLUE value IS 19 (7.81% from 255) = 7.95%

R = 69.46%
G = 22.59%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A63613 (or 0xA63613) is known color: Rust. HEX triplet: A6, 36 and 13. RGB value is (166,54,19). Sum of RGB (Red+Green+Blue) = 166+54+19=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A63613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63613 is #59C9EC. Grayscale: #535353. Windows color (decimal): -5884397 or 1259174. OLE color: 1259174.

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

Color convert

RGB 166 54 19 -
CMYK 0 0.67 0.89 0.35
HSL 14.29º 0.79% 0.36% -
HSV(B) 14.29º 0.89% 0.65% -
XYZ 17.16 10.79 1.79 -
YUV 83.5 91.61 186.85 -
System Red Green Blue C M Y K H S L
Decimal 166 54 19 0 0.67 0.89 0.35 14.29 0.79 0.36
Hex A6 36 13 0 43 59 23 E 4F 24
Octal 246 66 23 0 103 131 43 16 117 44
Binary 10100110 110110 10011 0 1000011 1011001 100011 1110 1001111 100100

Color Harmonies of #A63613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63613

Black with #A63613

Text Example


Text Example

White with #A63613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63613; }

 p { color: rgb(166,54,19); }

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

background-color css

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

 a { background-color: rgb(166,54,19); }

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

border-color css

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

 span { border-color: rgb(166,54,19); }

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