Html Css Color HEX #A82904 Rust

📋 copy color: '#A82904'

red 168 ◦ green 41 ◦ blue 4

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

Shades of Rust #A82904

Tints of Rust #A82904

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.25%

 BLUE value IS 4 (1.95% from 255) = 1.88%

R = 78.87%
G = 19.25%
B = 1.88%

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

#A82904 (or 0xA82904) is known color: Rust. HEX triplet: A8, 29 and 04. RGB value is (168,41,4). Sum of RGB (Red+Green+Blue) = 168+41+4=213 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.87% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 4 (1.95% from 255 or 1.88% from 213); Max value from RGB is 168 - color contains mainly: red. Hex color #A82904 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82904 is #57D6FB. Grayscale: #4B4B4B. Windows color (decimal): -5756668 or 272808. OLE color: 272808.

HSL color Cylindrical-coordinate representation of color #A82904: hue angle of 13.54º degrees, saturation: 0.95, 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 #A82904 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 41 4 -
CMYK 0 0.76 0.98 0.34
HSL 13.54º 0.95% 0.34% -
HSV(B) 13.54º 0.98% 0.66% -
XYZ 16.96 9.92 1.14 -
YUV 74.76 88.08 194.51 -
System Red Green Blue C M Y K H S L
Decimal 168 41 4 0 0.76 0.98 0.34 13.54 0.95 0.34
Hex A8 29 4 0 4C 62 22 E 5F 22
Octal 250 51 4 0 114 142 42 16 137 42
Binary 10101000 101001 100 0 1001100 1100010 100010 1110 1011111 100010

Color Harmonies of #A82904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82904

Black with #A82904

Text Example


Text Example

White with #A82904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82904; }

 p { color: rgb(168,41,4); }

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

background-color css

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

 a { background-color: rgb(168,41,4); }

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

border-color css

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

 span { border-color: rgb(168,41,4); }

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