Html Css Color HEX #A02501 Rust

📋 copy color: '#A02501'

red 160 ◦ green 37 ◦ blue 1

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

Shades of Rust #A02501

Tints of Rust #A02501

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.69%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 80.81%
G = 18.69%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A02501 (or 0xA02501) is known color: Rust. HEX triplet: A0, 25 and 01. RGB value is (160,37,1). Sum of RGB (Red+Green+Blue) = 160+37+1=198 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.81% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 160 - color contains mainly: red. Hex color #A02501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02501 is #5FDAFE. Grayscale: #454545. Windows color (decimal): -6281983 or 75168. OLE color: 75168.

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

Color convert

RGB 160 37 1 -
CMYK 0 0.77 0.99 0.37
HSL 13.58º 0.99% 0.32% -
HSV(B) 13.58º 0.99% 0.63% -
XYZ 15.16 8.8 0.93 -
YUV 69.67 89.25 192.43 -
System Red Green Blue C M Y K H S L
Decimal 160 37 1 0 0.77 0.99 0.37 13.58 0.99 0.32
Hex A0 25 1 0 4D 63 25 E 63 20
Octal 240 45 1 0 115 143 45 16 143 40
Binary 10100000 100101 1 0 1001101 1100011 100101 1110 1100011 100000

Color Harmonies of #A02501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02501

Black with #A02501

Text Example


Text Example

White with #A02501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02501; }

 p { color: rgb(160,37,1); }

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

background-color css

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

 a { background-color: rgb(160,37,1); }

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

border-color css

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

 span { border-color: rgb(160,37,1); }

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