Html Css Color HEX #A83312 Rust

📋 copy color: '#A83312'

red 168 ◦ green 51 ◦ blue 18

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

Shades of Rust #A83312

Tints of Rust #A83312

RGB

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

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

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

R = 70.89%
G = 21.52%
B = 7.59%

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

#A83312 (or 0xA83312) is known color: Rust. HEX triplet: A8, 33 and 12. RGB value is (168,51,18). Sum of RGB (Red+Green+Blue) = 168+51+18=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A83312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83312 is #57CCED. Grayscale: #525252. Windows color (decimal): -5754094 or 1192872. OLE color: 1192872.

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

Color convert

RGB 168 51 18 -
CMYK 0 0.70 0.89 0.34
HSL 13.2º 0.81% 0.36% -
HSV(B) 13.2º 0.89% 0.66% -
XYZ 17.44 10.74 1.73 -
YUV 82.22 91.76 189.18 -
System Red Green Blue C M Y K H S L
Decimal 168 51 18 0 0.70 0.89 0.34 13.2 0.81 0.36
Hex A8 33 12 0 46 59 22 D 51 24
Octal 250 63 22 0 106 131 42 15 121 44
Binary 10101000 110011 10010 0 1000110 1011001 100010 1101 1010001 100100

Color Harmonies of #A83312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83312

Black with #A83312

Text Example


Text Example

White with #A83312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83312; }

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

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

background-color css

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

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

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

border-color css

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

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

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