Html Css Color HEX #A83212 Rust

📋 copy color: '#A83212'

red 168 ◦ green 50 ◦ blue 18

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

Shades of Rust #A83212

Tints of Rust #A83212

RGB

 RED value IS 168 (66.02% from 255) = 71.19%

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

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

R = 71.19%
G = 21.19%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A83212 (or 0xA83212) is known color: Rust. HEX triplet: A8, 32 and 12. RGB value is (168,50,18). Sum of RGB (Red+Green+Blue) = 168+50+18=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A83212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83212 is #57CDED. Grayscale: #515151. Windows color (decimal): -5754350 or 1192616. OLE color: 1192616.

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

Color convert

RGB 168 50 18 -
CMYK 0 0.70 0.89 0.34
HSL 12.8º 0.81% 0.36% -
HSV(B) 12.8º 0.89% 0.66% -
XYZ 17.4 10.65 1.71 -
YUV 81.63 92.09 189.6 -
System Red Green Blue C M Y K H S L
Decimal 168 50 18 0 0.70 0.89 0.34 12.8 0.81 0.36
Hex A8 32 12 0 46 59 22 D 51 24
Octal 250 62 22 0 106 131 42 15 121 44
Binary 10101000 110010 10010 0 1000110 1011001 100010 1101 1010001 100100

Color Harmonies of #A83212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83212

Black with #A83212

Text Example


Text Example

White with #A83212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83212; }

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

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

background-color css

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

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

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

border-color css

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

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

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