Html Css Color HEX #A43C13 Rust

📋 copy color: '#A43C13'

red 164 ◦ green 60 ◦ blue 19

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

Shades of Rust #A43C13

Tints of Rust #A43C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.82%

R = 67.49%
G = 24.69%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A43C13 (or 0xA43C13) is known color: Rust. HEX triplet: A4, 3C and 13. RGB value is (164,60,19). Sum of RGB (Red+Green+Blue) = 164+60+19=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 60 (23.83% from 255 or 24.69% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A43C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43C13 is #5BC3EC. Grayscale: #565656. Windows color (decimal): -6013933 or 1260708. OLE color: 1260708.

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

Color convert

RGB 164 60 19 -
CMYK 0 0.63 0.88 0.36
HSL 16.97º 0.79% 0.36% -
HSV(B) 16.97º 0.88% 0.64% -
XYZ 17.04 11.17 1.87 -
YUV 86.42 89.96 183.33 -
System Red Green Blue C M Y K H S L
Decimal 164 60 19 0 0.63 0.88 0.36 16.97 0.79 0.36
Hex A4 3C 13 0 3F 58 24 11 4F 24
Octal 244 74 23 0 77 130 44 21 117 44
Binary 10100100 111100 10011 0 111111 1011000 100100 10001 1001111 100100

Color Harmonies of #A43C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43C13

Black with #A43C13

Text Example


Text Example

White with #A43C13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43C13; }

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

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

background-color css

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

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

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

border-color css

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

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

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