Html Css Color HEX #A64203 Rust

📋 copy color: '#A64203'

red 166 ◦ green 66 ◦ blue 3

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

Shades of Rust #A64203

Tints of Rust #A64203

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

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

R = 70.64%
G = 28.09%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A64203 (or 0xA64203) is known color: Rust. HEX triplet: A6, 42 and 03. RGB value is (166,66,3). Sum of RGB (Red+Green+Blue) = 166+66+3=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A64203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64203 is #59BDFC. Grayscale: #595959. Windows color (decimal): -5881341 or 213670. OLE color: 213670.

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

Color convert

RGB 166 66 3 -
CMYK 0 0.60 0.98 0.35
HSL 23.19º 0.96% 0.33% -
HSV(B) 23.19º 0.98% 0.65% -
XYZ 17.69 12.01 1.47 -
YUV 88.72 79.63 183.12 -
System Red Green Blue C M Y K H S L
Decimal 166 66 3 0 0.60 0.98 0.35 23.19 0.96 0.33
Hex A6 42 3 0 3C 62 23 17 60 21
Octal 246 102 3 0 74 142 43 27 140 41
Binary 10100110 1000010 11 0 111100 1100010 100011 10111 1100000 100001

Color Harmonies of #A64203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A64203

Black with #A64203

Text Example


Text Example

White with #A64203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A64203; }

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

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

background-color css

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

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

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

border-color css

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

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

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