Html Css Color HEX #A82902 Rust

📋 copy color: '#A82902'

red 168 ◦ green 41 ◦ blue 2

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

Shades of Rust #A82902

Tints of Rust #A82902

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.95%

R = 79.62%
G = 19.43%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A82902 (or 0xA82902) is known color: Rust. HEX triplet: A8, 29 and 02. RGB value is (168,41,2). Sum of RGB (Red+Green+Blue) = 168+41+2=211 (27% of max value = 765). Red value is 168 (66.02% from 255 or 79.62% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 2 (1.17% from 255 or 0.95% from 211); Max value from RGB is 168 - color contains mainly: red. Hex color #A82902 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82902 is #57D6FD. Grayscale: #4A4A4A. Windows color (decimal): -5756670 or 141736. OLE color: 141736.

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

Color convert

RGB 168 41 2 -
CMYK 0 0.76 0.99 0.34
HSL 14.1º 0.98% 0.33% -
HSV(B) 14.1º 0.99% 0.66% -
XYZ 16.95 9.92 1.08 -
YUV 74.53 87.08 194.67 -
System Red Green Blue C M Y K H S L
Decimal 168 41 2 0 0.76 0.99 0.34 14.1 0.98 0.33
Hex A8 29 2 0 4C 63 22 E 62 21
Octal 250 51 2 0 114 143 42 16 142 41
Binary 10101000 101001 10 0 1001100 1100011 100010 1110 1100010 100001

Color Harmonies of #A82902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82902

Black with #A82902

Text Example


Text Example

White with #A82902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82902; }

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

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

background-color css

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

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

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

border-color css

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

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

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