Html Css Color HEX #A43113 Rust

📋 copy color: '#A43113'

red 164 ◦ green 49 ◦ blue 19

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

Shades of Rust #A43113

Tints of Rust #A43113

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.12%

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

R = 70.69%
G = 21.12%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A43113 (or 0xA43113) is known color: Rust. HEX triplet: A4, 31 and 13. RGB value is (164,49,19). Sum of RGB (Red+Green+Blue) = 164+49+19=232 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.69% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 19 (7.81% from 255 or 8.19% from 232); Max value from RGB is 164 - color contains mainly: red. Hex color #A43113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43113 is #5BCEEC. Grayscale: #505050. Windows color (decimal): -6016749 or 1257892. OLE color: 1257892.

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

Color convert

RGB 164 49 19 -
CMYK 0 0.70 0.88 0.36
HSL 12.41º 0.79% 0.36% -
HSV(B) 12.41º 0.88% 0.64% -
XYZ 16.53 10.14 1.7 -
YUV 79.97 93.6 187.94 -
System Red Green Blue C M Y K H S L
Decimal 164 49 19 0 0.70 0.88 0.36 12.41 0.79 0.36
Hex A4 31 13 0 46 58 24 C 4F 24
Octal 244 61 23 0 106 130 44 14 117 44
Binary 10100100 110001 10011 0 1000110 1011000 100100 1100 1001111 100100

Color Harmonies of #A43113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43113

Black with #A43113

Text Example


Text Example

White with #A43113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43113; }

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

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

background-color css

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

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

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

border-color css

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

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

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