Html Css Color HEX #A43212 Rust

📋 copy color: '#A43212'

red 164 ◦ green 50 ◦ blue 18

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

Shades of Rust #A43212

Tints of Rust #A43212

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.55%

 BLUE value IS 18 (7.42% from 255) = 7.76%

R = 70.69%
G = 21.55%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A43212 (or 0xA43212) is known color: Rust. HEX triplet: A4, 32 and 12. RGB value is (164,50,18). Sum of RGB (Red+Green+Blue) = 164+50+18=232 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.69% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 164 - color contains mainly: red. Hex color #A43212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43212 is #5BCDED. Grayscale: #505050. Windows color (decimal): -6016494 or 1192612. OLE color: 1192612.

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

Color convert

RGB 164 50 18 -
CMYK 0 0.70 0.89 0.36
HSL 13.15º 0.8% 0.36% -
HSV(B) 13.15º 0.89% 0.64% -
XYZ 16.56 10.22 1.67 -
YUV 80.44 92.77 187.6 -
System Red Green Blue C M Y K H S L
Decimal 164 50 18 0 0.70 0.89 0.36 13.15 0.8 0.36
Hex A4 32 12 0 46 59 24 D 50 24
Octal 244 62 22 0 106 131 44 15 120 44
Binary 10100100 110010 10010 0 1000110 1011001 100100 1101 1010000 100100

Color Harmonies of #A43212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43212

Black with #A43212

Text Example


Text Example

White with #A43212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43212; }

 p { color: rgb(164,50,18); }

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

background-color css

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

 a { background-color: rgb(164,50,18); }

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

border-color css

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

 span { border-color: rgb(164,50,18); }

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