Html Css Color HEX #A83005 Rust

📋 copy color: '#A83005'

red 168 ◦ green 48 ◦ blue 5

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

Shades of Rust #A83005

Tints of Rust #A83005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.26%

R = 76.02%
G = 21.72%
B = 2.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A83005 (or 0xA83005) is known color: Rust. HEX triplet: A8, 30 and 05. RGB value is (168,48,5). Sum of RGB (Red+Green+Blue) = 168+48+5=221 (29% of max value = 765). Red value is 168 (66.02% from 255 or 76.02% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 5 (2.34% from 255 or 2.26% from 221); Max value from RGB is 168 - color contains mainly: red. Hex color #A83005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83005 is #57CFFA. Grayscale: #4F4F4F. Windows color (decimal): -5754875 or 340136. OLE color: 340136.

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

Color convert

RGB 168 48 5 -
CMYK 0 0.71 0.97 0.34
HSL 15.83º 0.94% 0.34% -
HSV(B) 15.83º 0.97% 0.66% -
XYZ 17.23 10.45 1.25 -
YUV 78.98 86.26 191.5 -
System Red Green Blue C M Y K H S L
Decimal 168 48 5 0 0.71 0.97 0.34 15.83 0.94 0.34
Hex A8 30 5 0 47 61 22 10 5E 22
Octal 250 60 5 0 107 141 42 20 136 42
Binary 10101000 110000 101 0 1000111 1100001 100010 10000 1011110 100010

Color Harmonies of #A83005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A83005

Black with #A83005

Text Example


Text Example

White with #A83005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A83005; }

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

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

background-color css

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

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

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

border-color css

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

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

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