Html Css Color HEX #A43C04 Rust

📋 copy color: '#A43C04'

red 164 ◦ green 60 ◦ blue 4

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

Shades of Rust #A43C04

Tints of Rust #A43C04

RGB

 RED value IS 164 (64.45% from 255) = 71.93%

 GREEN value IS 60 (23.83% from 255) = 26.32%

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

R = 71.93%
G = 26.32%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A43C04 (or 0xA43C04) is known color: Rust. HEX triplet: A4, 3C and 04. RGB value is (164,60,4). Sum of RGB (Red+Green+Blue) = 164+60+4=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43C04 is #5BC3FB. Grayscale: #555555. Windows color (decimal): -6013948 or 277668. OLE color: 277668.

HSL color Cylindrical-coordinate representation of color #A43C04: hue angle of 21º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A43C04 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 60 4 -
CMYK 0 0.63 0.98 0.36
HSL 21º 0.95% 0.33% -
HSV(B) 21º 0.98% 0.64% -
XYZ 16.95 11.13 1.37 -
YUV 84.71 82.46 184.55 -
System Red Green Blue C M Y K H S L
Decimal 164 60 4 0 0.63 0.98 0.36 21 0.95 0.33
Hex A4 3C 4 0 3F 62 24 15 5F 21
Octal 244 74 4 0 77 142 44 25 137 41
Binary 10100100 111100 100 0 111111 1100010 100100 10101 1011111 100001

Color Harmonies of #A43C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43C04

Black with #A43C04

Text Example


Text Example

White with #A43C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43C04; }

 p { color: rgb(164,60,4); }

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

background-color css

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

 a { background-color: rgb(164,60,4); }

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

border-color css

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

 span { border-color: rgb(164,60,4); }

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