Html Css Color HEX #A02301 Rust

📋 copy color: '#A02301'

red 160 ◦ green 35 ◦ blue 1

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

Shades of Rust #A02301

Tints of Rust #A02301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.86%

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

R = 81.63%
G = 17.86%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#A02301 (or 0xA02301) is known color: Rust. HEX triplet: A0, 23 and 01. RGB value is (160,35,1). Sum of RGB (Red+Green+Blue) = 160+35+1=196 (25% of max value = 765). Red value is 160 (62.89% from 255 or 81.63% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 160 - color contains mainly: red. Hex color #A02301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02301 is #5FDCFE. Grayscale: #444444. Windows color (decimal): -6282495 or 74656. OLE color: 74656.

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

Color convert

RGB 160 35 1 -
CMYK 0 0.78 0.99 0.37
HSL 12.83º 0.99% 0.32% -
HSV(B) 12.83º 0.99% 0.63% -
XYZ 15.1 8.68 0.91 -
YUV 68.5 89.91 193.26 -
System Red Green Blue C M Y K H S L
Decimal 160 35 1 0 0.78 0.99 0.37 12.83 0.99 0.32
Hex A0 23 1 0 4E 63 25 D 63 20
Octal 240 43 1 0 116 143 45 15 143 40
Binary 10100000 100011 1 0 1001110 1100011 100101 1101 1100011 100000

Color Harmonies of #A02301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02301

Black with #A02301

Text Example


Text Example

White with #A02301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02301; }

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

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

background-color css

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

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

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

border-color css

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

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

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