Html Css Color HEX #A63004 Rust

📋 copy color: '#A63004'

red 166 ◦ green 48 ◦ blue 4

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

Shades of Rust #A63004

Tints of Rust #A63004

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.02%

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

R = 76.15%
G = 22.02%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#A63004 (or 0xA63004) is known color: Rust. HEX triplet: A6, 30 and 04. RGB value is (166,48,4). Sum of RGB (Red+Green+Blue) = 166+48+4=218 (28% of max value = 765). Red value is 166 (65.23% from 255 or 76.15% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 166 - color contains mainly: red. Hex color #A63004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63004 is #59CFFB. Grayscale: #4E4E4E. Windows color (decimal): -5885948 or 274598. OLE color: 274598.

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

Color convert

RGB 166 48 4 -
CMYK 0 0.71 0.98 0.35
HSL 16.3º 0.95% 0.33% -
HSV(B) 16.3º 0.98% 0.65% -
XYZ 16.8 10.23 1.2 -
YUV 78.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 166 48 4 0 0.71 0.98 0.35 16.3 0.95 0.33
Hex A6 30 4 0 47 62 23 10 5F 21
Octal 246 60 4 0 107 142 43 20 137 41
Binary 10100110 110000 100 0 1000111 1100010 100011 10000 1011111 100001

Color Harmonies of #A63004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A63004

Black with #A63004

Text Example


Text Example

White with #A63004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A63004; }

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

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

background-color css

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

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

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

border-color css

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

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

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