Html Css Color HEX #A03300 Rust

📋 copy color: '#A03300'

red 160 ◦ green 51 ◦ blue 0

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

Shades of Rust #A03300

Tints of Rust #A03300

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.17%

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

R = 75.83%
G = 24.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.37

RGB Variations

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

Color information

#A03300 (or 0xA03300) is known color: Rust. HEX triplet: A0, 33 and 00. RGB value is (160,51,0). Sum of RGB (Red+Green+Blue) = 160+51+0=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 51 (20.31% from 255 or 24.17% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A03300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03300 is #5FCCFF. Grayscale: #4E4E4E. Windows color (decimal): -6278400 or 13216. OLE color: 13216.

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

Color convert

RGB 160 51 0 -
CMYK 0 0.68 1 0.37
HSL 19.13º 1% 0.31% -
HSV(B) 19.13º 1% 0.63% -
XYZ 15.68 9.84 1.07 -
YUV 77.78 84.11 186.65 -
System Red Green Blue C M Y K H S L
Decimal 160 51 0 0 0.68 1 0.37 19.13 1 0.31
Hex A0 33 0 0 44 64 25 13 64 1F
Octal 240 63 0 0 104 144 45 23 144 37
Binary 10100000 110011 0 0 1000100 1100100 100101 10011 1100100 11111

Color Harmonies of #A03300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03300

Black with #A03300

Text Example


Text Example

White with #A03300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03300; }

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

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

background-color css

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

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

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

border-color css

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

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

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