Html Css Color HEX #A63204 Rust

📋 copy color: '#A63204'

red 166 ◦ green 50 ◦ blue 4

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

Shades of Rust #A63204

Tints of Rust #A63204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.73%

 BLUE value IS 4 (1.95% from 255) = 1.82%

R = 75.45%
G = 22.73%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A63204 (or 0xA63204) is known color: Rust. HEX triplet: A6, 32 and 04. RGB value is (166,50,4). Sum of RGB (Red+Green+Blue) = 166+50+4=220 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.45% from 220); Green value is 50 (19.92% from 255 or 22.73% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 166 - color contains mainly: red. Hex color #A63204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63204 is #59CDFB. Grayscale: #4F4F4F. Windows color (decimal): -5885436 or 275110. OLE color: 275110.

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

Color convert

RGB 166 50 4 -
CMYK 0 0.70 0.98 0.35
HSL 17.04º 0.95% 0.33% -
HSV(B) 17.04º 0.98% 0.65% -
XYZ 16.89 10.4 1.23 -
YUV 79.44 85.43 189.74 -
System Red Green Blue C M Y K H S L
Decimal 166 50 4 0 0.70 0.98 0.35 17.04 0.95 0.33
Hex A6 32 4 0 46 62 23 11 5F 21
Octal 246 62 4 0 106 142 43 21 137 41
Binary 10100110 110010 100 0 1000110 1100010 100011 10001 1011111 100001

Color Harmonies of #A63204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63204

Black with #A63204

Text Example


Text Example

White with #A63204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63204; }

 p { color: rgb(166,50,4); }

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

background-color css

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

 a { background-color: rgb(166,50,4); }

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

border-color css

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

 span { border-color: rgb(166,50,4); }

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