Html Css Color HEX #A02400 Rust

📋 copy color: '#A02400'

red 160 ◦ green 36 ◦ blue 0

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

Shades of Rust #A02400

Tints of Rust #A02400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.37%

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

R = 81.63%
G = 18.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A02400 (or 0xA02400) is known color: Rust. HEX triplet: A0, 24 and 00. RGB value is (160,36,0). Sum of RGB (Red+Green+Blue) = 160+36+0=196 (25% of max value = 765). Red value is 160 (62.89% from 255 or 81.63% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 160 - color contains mainly: red. Hex color #A02400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02400 is #5FDBFF. Grayscale: #454545. Windows color (decimal): -6282240 or 9376. OLE color: 9376.

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

Color convert

RGB 160 36 0 -
CMYK 0 0.78 1 0.37
HSL 13.5º 1% 0.31% -
HSV(B) 13.5º 1% 0.63% -
XYZ 15.13 8.74 0.89 -
YUV 68.97 89.08 192.93 -
System Red Green Blue C M Y K H S L
Decimal 160 36 0 0 0.78 1 0.37 13.5 1 0.31
Hex A0 24 0 0 4E 64 25 E 64 1F
Octal 240 44 0 0 116 144 45 16 144 37
Binary 10100000 100100 0 0 1001110 1100100 100101 1110 1100100 11111

Color Harmonies of #A02400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02400

Black with #A02400

Text Example


Text Example

White with #A02400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02400; }

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

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

background-color css

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

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

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

border-color css

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

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

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