Html Css Color HEX #A02E03 Rust

📋 copy color: '#A02E03'

red 160 ◦ green 46 ◦ blue 3

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

Shades of Rust #A02E03

Tints of Rust #A02E03

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.01%

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

R = 76.56%
G = 22.01%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A02E03 (or 0xA02E03) is known color: Rust. HEX triplet: A0, 2E and 03. RGB value is (160,46,3). Sum of RGB (Red+Green+Blue) = 160+46+3=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 46 (18.36% from 255 or 22.01% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A02E03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A02E03 is #5FD1FC. Grayscale: #4B4B4B. Windows color (decimal): -6279677 or 208544. OLE color: 208544.

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

Color convert

RGB 160 46 3 -
CMYK 0 0.71 0.98 0.37
HSL 16.43º 0.96% 0.32% -
HSV(B) 16.43º 0.98% 0.63% -
XYZ 15.49 9.43 1.09 -
YUV 75.18 87.27 188.5 -
System Red Green Blue C M Y K H S L
Decimal 160 46 3 0 0.71 0.98 0.37 16.43 0.96 0.32
Hex A0 2E 3 0 47 62 25 10 60 20
Octal 240 56 3 0 107 142 45 20 140 40
Binary 10100000 101110 11 0 1000111 1100010 100101 10000 1100000 100000

Color Harmonies of #A02E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A02E03

Black with #A02E03

Text Example


Text Example

White with #A02E03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A02E03; }

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

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

background-color css

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

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

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

border-color css

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

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

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