Html Css Color HEX #A83114 Rust

📋 copy color: '#A83114'

red 168 ◦ green 49 ◦ blue 20

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

Shades of Rust #A83114

Tints of Rust #A83114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.44%

R = 70.89%
G = 20.68%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A83114 (or 0xA83114) is known color: Rust. HEX triplet: A8, 31 and 14. RGB value is (168,49,20). Sum of RGB (Red+Green+Blue) = 168+49+20=237 (31% of max value = 765). Red value is 168 (66.02% from 255 or 70.89% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 168 - color contains mainly: red. Hex color #A83114 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83114 is #57CEEB. Grayscale: #515151. Windows color (decimal): -5754604 or 1323432. OLE color: 1323432.

HSL color Cylindrical-coordinate representation of color #A83114: hue angle of 11.76º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A83114 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 49 20 -
CMYK 0 0.71 0.88 0.34
HSL 11.76º 0.79% 0.37% -
HSV(B) 11.76º 0.88% 0.66% -
XYZ 17.37 10.57 1.79 -
YUV 81.28 93.42 189.86 -
System Red Green Blue C M Y K H S L
Decimal 168 49 20 0 0.71 0.88 0.34 11.76 0.79 0.37
Hex A8 31 14 0 47 58 22 C 4F 25
Octal 250 61 24 0 107 130 42 14 117 45
Binary 10101000 110001 10100 0 1000111 1011000 100010 1100 1001111 100101

Color Harmonies of #A83114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83114

Black with #A83114

Text Example


Text Example

White with #A83114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83114; }

 p { color: rgb(168,49,20); }

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

background-color css

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

 a { background-color: rgb(168,49,20); }

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

border-color css

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

 span { border-color: rgb(168,49,20); }

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