Html Css Color HEX #A82C02 Rust

📋 copy color: '#A82C02'

red 168 ◦ green 44 ◦ blue 2

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

Shades of Rust #A82C02

Tints of Rust #A82C02

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.56%

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

R = 78.5%
G = 20.56%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A82C02 (or 0xA82C02) is known color: Rust. HEX triplet: A8, 2C and 02. RGB value is (168,44,2). Sum of RGB (Red+Green+Blue) = 168+44+2=214 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.50% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 168 - color contains mainly: red. Hex color #A82C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A82C02 is #57D3FD. Grayscale: #4C4C4C. Windows color (decimal): -5755902 or 142504. OLE color: 142504.

HSL color Cylindrical-coordinate representation of color #A82C02: hue angle of 15.18º 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 #A82C02 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 44 2 -
CMYK 0 0.74 0.99 0.34
HSL 15.18º 0.98% 0.33% -
HSV(B) 15.18º 0.99% 0.66% -
XYZ 17.06 10.13 1.11 -
YUV 76.29 86.08 193.42 -
System Red Green Blue C M Y K H S L
Decimal 168 44 2 0 0.74 0.99 0.34 15.18 0.98 0.33
Hex A8 2C 2 0 4A 63 22 F 62 21
Octal 250 54 2 0 112 143 42 17 142 41
Binary 10101000 101100 10 0 1001010 1100011 100010 1111 1100010 100001

Color Harmonies of #A82C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A82C02

Black with #A82C02

Text Example


Text Example

White with #A82C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A82C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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