Html Css Color HEX #A03003 Rust

📋 copy color: '#A03003'

red 160 ◦ green 48 ◦ blue 3

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

Shades of Rust #A03003

Tints of Rust #A03003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 22.75%

 BLUE value IS 3 (1.56% from 255) = 1.42%

R = 75.83%
G = 22.75%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A03003 (or 0xA03003) is known color: Rust. HEX triplet: A0, 30 and 03. RGB value is (160,48,3). Sum of RGB (Red+Green+Blue) = 160+48+3=211 (27% of max value = 765). Red value is 160 (62.89% from 255 or 75.83% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 160 - color contains mainly: red. Hex color #A03003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A03003 is #5FCFFC. Grayscale: #4C4C4C. Windows color (decimal): -6279165 or 209056. OLE color: 209056.

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

Color convert

RGB 160 48 3 -
CMYK 0 0.70 0.98 0.37
HSL 17.2º 0.96% 0.32% -
HSV(B) 17.2º 0.98% 0.63% -
XYZ 15.57 9.59 1.12 -
YUV 76.36 86.61 187.66 -
System Red Green Blue C M Y K H S L
Decimal 160 48 3 0 0.70 0.98 0.37 17.2 0.96 0.32
Hex A0 30 3 0 46 62 25 11 60 20
Octal 240 60 3 0 106 142 45 21 140 40
Binary 10100000 110000 11 0 1000110 1100010 100101 10001 1100000 100000

Color Harmonies of #A03003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A03003

Black with #A03003

Text Example


Text Example

White with #A03003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A03003; }

 p { color: rgb(160,48,3); }

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

background-color css

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

 a { background-color: rgb(160,48,3); }

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

border-color css

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

 span { border-color: rgb(160,48,3); }

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