Html Css Color HEX #A43A04 Rust

📋 copy color: '#A43A04'

red 164 ◦ green 58 ◦ blue 4

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

Shades of Rust #A43A04

Tints of Rust #A43A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.66%

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

R = 72.57%
G = 25.66%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A43A04 (or 0xA43A04) is known color: Rust. HEX triplet: A4, 3A and 04. RGB value is (164,58,4). Sum of RGB (Red+Green+Blue) = 164+58+4=226 (29% of max value = 765). Red value is 164 (64.45% from 255 or 72.57% from 226); Green value is 58 (23.05% from 255 or 25.66% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 164 - color contains mainly: red. Hex color #A43A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43A04 is #5BC5FB. Grayscale: #535353. Windows color (decimal): -6014460 or 277156. OLE color: 277156.

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

Color convert

RGB 164 58 4 -
CMYK 0 0.65 0.98 0.36
HSL 20.25º 0.95% 0.33% -
HSV(B) 20.25º 0.98% 0.64% -
XYZ 16.84 10.93 1.34 -
YUV 83.54 83.12 185.39 -
System Red Green Blue C M Y K H S L
Decimal 164 58 4 0 0.65 0.98 0.36 20.25 0.95 0.33
Hex A4 3A 4 0 41 62 24 14 5F 21
Octal 244 72 4 0 101 142 44 24 137 41
Binary 10100100 111010 100 0 1000001 1100010 100100 10100 1011111 100001

Color Harmonies of #A43A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43A04

Black with #A43A04

Text Example


Text Example

White with #A43A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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