Html Css Color HEX #A64003 Rust

📋 copy color: '#A64003'

red 166 ◦ green 64 ◦ blue 3

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

Shades of Rust #A64003

Tints of Rust #A64003

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.47%

 BLUE value IS 3 (1.56% from 255) = 1.29%

R = 71.24%
G = 27.47%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A64003 (or 0xA64003) is known color: Rust. HEX triplet: A6, 40 and 03. RGB value is (166,64,3). Sum of RGB (Red+Green+Blue) = 166+64+3=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 64 (25.39% from 255 or 27.47% from 233); Blue value is 3 (1.56% from 255 or 1.29% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A64003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64003 is #59BFFC. Grayscale: #575757. Windows color (decimal): -5881853 or 213158. OLE color: 213158.

HSL color Cylindrical-coordinate representation of color #A64003: hue angle of 22.45º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A64003 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 64 3 -
CMYK 0 0.61 0.98 0.35
HSL 22.45º 0.96% 0.33% -
HSV(B) 22.45º 0.98% 0.65% -
XYZ 17.58 11.78 1.43 -
YUV 87.54 80.29 183.96 -
System Red Green Blue C M Y K H S L
Decimal 166 64 3 0 0.61 0.98 0.35 22.45 0.96 0.33
Hex A6 40 3 0 3D 62 23 16 60 21
Octal 246 100 3 0 75 142 43 26 140 41
Binary 10100110 1000000 11 0 111101 1100010 100011 10110 1100000 100001

Color Harmonies of #A64003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64003

Black with #A64003

Text Example


Text Example

White with #A64003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64003; }

 p { color: rgb(166,64,3); }

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

background-color css

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

 a { background-color: rgb(166,64,3); }

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

border-color css

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

 span { border-color: rgb(166,64,3); }

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