Html Css Color HEX #A43E13 Rust

📋 copy color: '#A43E13'

red 164 ◦ green 62 ◦ blue 19

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

Shades of Rust #A43E13

Tints of Rust #A43E13

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.31%

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

R = 66.94%
G = 25.31%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A43E13 (or 0xA43E13) is known color: Rust. HEX triplet: A4, 3E and 13. RGB value is (164,62,19). Sum of RGB (Red+Green+Blue) = 164+62+19=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A43E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43E13 is #5BC1EC. Grayscale: #575757. Windows color (decimal): -6013421 or 1261220. OLE color: 1261220.

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

Color convert

RGB 164 62 19 -
CMYK 0 0.62 0.88 0.36
HSL 17.79º 0.79% 0.36% -
HSV(B) 17.79º 0.88% 0.64% -
XYZ 17.15 11.38 1.91 -
YUV 87.6 89.29 182.5 -
System Red Green Blue C M Y K H S L
Decimal 164 62 19 0 0.62 0.88 0.36 17.79 0.79 0.36
Hex A4 3E 13 0 3E 58 24 12 4F 24
Octal 244 76 23 0 76 130 44 22 117 44
Binary 10100100 111110 10011 0 111110 1011000 100100 10010 1001111 100100

Color Harmonies of #A43E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43E13

Black with #A43E13

Text Example


Text Example

White with #A43E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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