Html Css Color HEX #A83006 Rust

📋 copy color: '#A83006'

red 168 ◦ green 48 ◦ blue 6

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

Shades of Rust #A83006

Tints of Rust #A83006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.7%

R = 75.68%
G = 21.62%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.34

RGB Variations

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

Color information

#A83006 (or 0xA83006) is known color: Rust. HEX triplet: A8, 30 and 06. RGB value is (168,48,6). Sum of RGB (Red+Green+Blue) = 168+48+6=222 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.68% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 6 (2.73% from 255 or 2.70% from 222); Max value from RGB is 168 - color contains mainly: red. Hex color #A83006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83006 is #57CFF9. Grayscale: #4F4F4F. Windows color (decimal): -5754874 or 405672. OLE color: 405672.

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

Color convert

RGB 168 48 6 -
CMYK 0 0.71 0.96 0.34
HSL 15.56º 0.93% 0.34% -
HSV(B) 15.56º 0.96% 0.66% -
XYZ 17.24 10.45 1.28 -
YUV 79.09 86.76 191.42 -
System Red Green Blue C M Y K H S L
Decimal 168 48 6 0 0.71 0.96 0.34 15.56 0.93 0.34
Hex A8 30 6 0 47 60 22 10 5D 22
Octal 250 60 6 0 107 140 42 20 135 42
Binary 10101000 110000 110 0 1000111 1100000 100010 10000 1011101 100010

Color Harmonies of #A83006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83006

Black with #A83006

Text Example


Text Example

White with #A83006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83006; }

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

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

background-color css

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

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

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

border-color css

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

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

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