Html Css Color HEX #A02600 Rust

📋 copy color: '#A02600'

red 160 ◦ green 38 ◦ blue 0

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

Shades of Rust #A02600

Tints of Rust #A02600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.19%

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

R = 80.81%
G = 19.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A02600 (or 0xA02600) is known color: Rust. HEX triplet: A0, 26 and 00. RGB value is (160,38,0). Sum of RGB (Red+Green+Blue) = 160+38+0=198 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.81% from 198); Green value is 38 (15.23% from 255 or 19.19% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 160 - color contains mainly: red. Hex color #A02600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02600 is #5FD9FF. Grayscale: #464646. Windows color (decimal): -6281728 or 9888. OLE color: 9888.

HSL color Cylindrical-coordinate representation of color #A02600: hue angle of 14.25º 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 #A02600 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 38 0 -
CMYK 0 0.76 1 0.37
HSL 14.25º 1% 0.31% -
HSV(B) 14.25º 1% 0.63% -
XYZ 15.19 8.86 0.91 -
YUV 70.15 88.42 192.09 -
System Red Green Blue C M Y K H S L
Decimal 160 38 0 0 0.76 1 0.37 14.25 1 0.31
Hex A0 26 0 0 4C 64 25 E 64 1F
Octal 240 46 0 0 114 144 45 16 144 37
Binary 10100000 100110 0 0 1001100 1100100 100101 1110 1100100 11111

Color Harmonies of #A02600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02600

Black with #A02600

Text Example


Text Example

White with #A02600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02600; }

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

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

background-color css

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

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

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

border-color css

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

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

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