Html Css Color HEX #A43312 Rust

📋 copy color: '#A43312'

red 164 ◦ green 51 ◦ blue 18

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

Shades of Rust #A43312

Tints of Rust #A43312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.89%

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

R = 70.39%
G = 21.89%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A43312 (or 0xA43312) is known color: Rust. HEX triplet: A4, 33 and 12. RGB value is (164,51,18). Sum of RGB (Red+Green+Blue) = 164+51+18=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 51 (20.31% from 255 or 21.89% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A43312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43312 is #5BCCED. Grayscale: #515151. Windows color (decimal): -6016238 or 1192868. OLE color: 1192868.

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

Color convert

RGB 164 51 18 -
CMYK 0 0.69 0.89 0.36
HSL 13.56º 0.8% 0.36% -
HSV(B) 13.56º 0.89% 0.64% -
XYZ 16.6 10.3 1.69 -
YUV 81.03 92.44 187.18 -
System Red Green Blue C M Y K H S L
Decimal 164 51 18 0 0.69 0.89 0.36 13.56 0.8 0.36
Hex A4 33 12 0 45 59 24 E 50 24
Octal 244 63 22 0 105 131 44 16 120 44
Binary 10100100 110011 10010 0 1000101 1011001 100100 1110 1010000 100100

Color Harmonies of #A43312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43312

Black with #A43312

Text Example


Text Example

White with #A43312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43312; }

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

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

background-color css

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

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

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

border-color css

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

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

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