Html Css Color HEX #A02C00 Rust

📋 copy color: '#A02C00'

red 160 ◦ green 44 ◦ blue 0

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

Shades of Rust #A02C00

Tints of Rust #A02C00

RGB

 RED value IS 160 (62.89% from 255) = 78.43%

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.43%
G = 21.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A02C00 (or 0xA02C00) is known color: Rust. HEX triplet: A0, 2C and 00. RGB value is (160,44,0). Sum of RGB (Red+Green+Blue) = 160+44+0=204 (27% of max value = 765). Red value is 160 (62.89% from 255 or 78.43% from 204); Green value is 44 (17.58% from 255 or 21.57% from 204); Blue value is 0 (0.39% from 255 or 0% from 204); Max value from RGB is 160 - color contains mainly: red. Hex color #A02C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02C00 is #5FD3FF. Grayscale: #494949. Windows color (decimal): -6280192 or 11424. OLE color: 11424.

HSL color Cylindrical-coordinate representation of color #A02C00: hue angle of 16.5º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A02C00 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 44 0 -
CMYK 0 0.72 1 0.37
HSL 16.5º 1% 0.31% -
HSV(B) 16.5º 1% 0.63% -
XYZ 15.4 9.27 0.98 -
YUV 73.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 160 44 0 0 0.72 1 0.37 16.5 1 0.31
Hex A0 2C 0 0 48 64 25 10 64 1F
Octal 240 54 0 0 110 144 45 20 144 37
Binary 10100000 101100 0 0 1001000 1100100 100101 10000 1100100 11111

Color Harmonies of #A02C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02C00

Black with #A02C00

Text Example


Text Example

White with #A02C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02C00; }

 p { color: rgb(160,44,0); }

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

background-color css

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

 a { background-color: rgb(160,44,0); }

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

border-color css

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

 span { border-color: rgb(160,44,0); }

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