Html Css Color HEX #A64312 Rust

📋 copy color: '#A64312'

red 166 ◦ green 67 ◦ blue 18

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

Shades of Rust #A64312

Tints of Rust #A64312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 66.14%
G = 26.69%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A64312 (or 0xA64312) is known color: Rust. HEX triplet: A6, 43 and 12. RGB value is (166,67,18). Sum of RGB (Red+Green+Blue) = 166+67+18=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A64312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64312 is #59BCED. Grayscale: #5B5B5B. Windows color (decimal): -5881070 or 1196966. OLE color: 1196966.

HSL color Cylindrical-coordinate representation of color #A64312: hue angle of 19.86º degrees, saturation: 0.8, 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 #A64312 is Cyan = 0, Magento = 0.60, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 67 18 -
CMYK 0 0.60 0.89 0.35
HSL 19.86º 0.8% 0.36% -
HSV(B) 19.86º 0.89% 0.65% -
XYZ 17.84 12.16 1.98 -
YUV 91.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 166 67 18 0 0.60 0.89 0.35 19.86 0.8 0.36
Hex A6 43 12 0 3C 59 23 14 50 24
Octal 246 103 22 0 74 131 43 24 120 44
Binary 10100110 1000011 10010 0 111100 1011001 100011 10100 1010000 100100

Color Harmonies of #A64312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64312

Black with #A64312

Text Example


Text Example

White with #A64312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64312; }

 p { color: rgb(166,67,18); }

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

background-color css

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

 a { background-color: rgb(166,67,18); }

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

border-color css

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

 span { border-color: rgb(166,67,18); }

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