Html Css Color HEX #A83011 Rust

📋 copy color: '#A83011'

red 168 ◦ green 48 ◦ blue 17

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

Shades of Rust #A83011

Tints of Rust #A83011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

 BLUE value IS 17 (7.03% from 255) = 7.3%

R = 72.1%
G = 20.6%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A83011 (or 0xA83011) is known color: Rust. HEX triplet: A8, 30 and 11. RGB value is (168,48,17). Sum of RGB (Red+Green+Blue) = 168+48+17=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 17 (7.03% from 255 or 7.30% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A83011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83011 is #57CFEE. Grayscale: #505050. Windows color (decimal): -5754863 or 1126568. OLE color: 1126568.

HSL color Cylindrical-coordinate representation of color #A83011: hue angle of 12.32º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A83011 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 48 17 -
CMYK 0 0.71 0.90 0.34
HSL 12.32º 0.82% 0.36% -
HSV(B) 12.32º 0.9% 0.66% -
XYZ 17.31 10.48 1.64 -
YUV 80.35 92.26 190.52 -
System Red Green Blue C M Y K H S L
Decimal 168 48 17 0 0.71 0.90 0.34 12.32 0.82 0.36
Hex A8 30 11 0 47 5A 22 C 52 24
Octal 250 60 21 0 107 132 42 14 122 44
Binary 10101000 110000 10001 0 1000111 1011010 100010 1100 1010010 100100

Color Harmonies of #A83011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83011

Black with #A83011

Text Example


Text Example

White with #A83011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83011; }

 p { color: rgb(168,48,17); }

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

background-color css

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

 a { background-color: rgb(168,48,17); }

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

border-color css

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

 span { border-color: rgb(168,48,17); }

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