Html Css Color HEX #A43013 Rust

📋 copy color: '#A43013'

red 164 ◦ green 48 ◦ blue 19

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

Shades of Rust #A43013

Tints of Rust #A43013

RGB

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

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

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

R = 71%
G = 20.78%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A43013 (or 0xA43013) is known color: Rust. HEX triplet: A4, 30 and 13. RGB value is (164,48,19). Sum of RGB (Red+Green+Blue) = 164+48+19=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A43013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43013 is #5BCFEC. Grayscale: #4F4F4F. Windows color (decimal): -6017005 or 1257636. OLE color: 1257636.

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

Color convert

RGB 164 48 19 -
CMYK 0 0.71 0.88 0.36
HSL 12º 0.79% 0.36% -
HSV(B) 12º 0.88% 0.64% -
XYZ 16.48 10.05 1.69 -
YUV 79.38 93.93 188.36 -
System Red Green Blue C M Y K H S L
Decimal 164 48 19 0 0.71 0.88 0.36 12 0.79 0.36
Hex A4 30 13 0 47 58 24 C 4F 24
Octal 244 60 23 0 107 130 44 14 117 44
Binary 10100100 110000 10011 0 1000111 1011000 100100 1100 1001111 100100

Color Harmonies of #A43013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43013

Black with #A43013

Text Example


Text Example

White with #A43013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43013; }

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

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

background-color css

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

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

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

border-color css

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

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

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