Html Css Color HEX #A02300 Rust

📋 copy color: '#A02300'

red 160 ◦ green 35 ◦ blue 0

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

Shades of Rust #A02300

Tints of Rust #A02300

RGB

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

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

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

R = 82.05%
G = 17.95%
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

#A02300 (or 0xA02300) is known color: Rust. HEX triplet: A0, 23 and 00. RGB value is (160,35,0). Sum of RGB (Red+Green+Blue) = 160+35+0=195 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.05% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 160 - color contains mainly: red. Hex color #A02300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02300 is #5FDCFF. Grayscale: #444444. Windows color (decimal): -6282496 or 9120. OLE color: 9120.

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

Color convert

RGB 160 35 0 -
CMYK 0 0.78 1 0.37
HSL 13.13º 1% 0.31% -
HSV(B) 13.13º 1% 0.63% -
XYZ 15.1 8.68 0.88 -
YUV 68.39 89.41 193.35 -
System Red Green Blue C M Y K H S L
Decimal 160 35 0 0 0.78 1 0.37 13.13 1 0.31
Hex A0 23 0 0 4E 64 25 D 64 1F
Octal 240 43 0 0 116 144 45 15 144 37
Binary 10100000 100011 0 0 1001110 1100100 100101 1101 1100100 11111

Color Harmonies of #A02300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02300

Black with #A02300

Text Example


Text Example

White with #A02300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02300; }

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

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

background-color css

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

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

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

border-color css

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

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

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