Html Css Color HEX #A82803 Rust

📋 copy color: '#A82803'

red 168 ◦ green 40 ◦ blue 3

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

Shades of Rust #A82803

Tints of Rust #A82803

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.96%

 BLUE value IS 3 (1.56% from 255) = 1.42%

R = 79.62%
G = 18.96%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.34

RGB Variations

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

Color information

#A82803 (or 0xA82803) is known color: Rust. HEX triplet: A8, 28 and 03. RGB value is (168,40,3). Sum of RGB (Red+Green+Blue) = 168+40+3=211 (27% of max value = 765). Red value is 168 (66.02% from 255 or 79.62% from 211); Green value is 40 (16.02% from 255 or 18.96% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 168 - color contains mainly: red. Hex color #A82803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82803 is #57D7FC. Grayscale: #4A4A4A. Windows color (decimal): -5756925 or 207016. OLE color: 207016.

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

Color convert

RGB 168 40 3 -
CMYK 0 0.76 0.98 0.34
HSL 13.45º 0.96% 0.34% -
HSV(B) 13.45º 0.98% 0.66% -
XYZ 16.92 9.85 1.1 -
YUV 74.05 87.91 195.01 -
System Red Green Blue C M Y K H S L
Decimal 168 40 3 0 0.76 0.98 0.34 13.45 0.96 0.34
Hex A8 28 3 0 4C 62 22 D 60 22
Octal 250 50 3 0 114 142 42 15 140 42
Binary 10101000 101000 11 0 1001100 1100010 100010 1101 1100000 100010

Color Harmonies of #A82803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82803

Black with #A82803

Text Example


Text Example

White with #A82803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82803; }

 p { color: rgb(168,40,3); }

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

background-color css

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

 a { background-color: rgb(168,40,3); }

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

border-color css

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

 span { border-color: rgb(168,40,3); }

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