Html Css Color HEX #A63404 Rust

📋 copy color: '#A63404'

red 166 ◦ green 52 ◦ blue 4

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

Shades of Rust #A63404

Tints of Rust #A63404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.42%

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

R = 74.77%
G = 23.42%
B = 1.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A63404 (or 0xA63404) is known color: Rust. HEX triplet: A6, 34 and 04. RGB value is (166,52,4). Sum of RGB (Red+Green+Blue) = 166+52+4=222 (29% of max value = 765). Red value is 166 (65.23% from 255 or 74.77% from 222); Green value is 52 (20.70% from 255 or 23.42% from 222); Blue value is 4 (1.95% from 255 or 1.80% from 222); Max value from RGB is 166 - color contains mainly: red. Hex color #A63404 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63404 is #59CBFB. Grayscale: #505050. Windows color (decimal): -5884924 or 275622. OLE color: 275622.

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

Color convert

RGB 166 52 4 -
CMYK 0 0.69 0.98 0.35
HSL 17.78º 0.95% 0.33% -
HSV(B) 17.78º 0.98% 0.65% -
XYZ 16.98 10.57 1.26 -
YUV 80.61 84.77 188.9 -
System Red Green Blue C M Y K H S L
Decimal 166 52 4 0 0.69 0.98 0.35 17.78 0.95 0.33
Hex A6 34 4 0 45 62 23 12 5F 21
Octal 246 64 4 0 105 142 43 22 137 41
Binary 10100110 110100 100 0 1000101 1100010 100011 10010 1011111 100001

Color Harmonies of #A63404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63404

Black with #A63404

Text Example


Text Example

White with #A63404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63404; }

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

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

background-color css

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

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

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

border-color css

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

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

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