#080203

Color #080203 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #080203

Tints of Rustic Red #080203

Color information

#080203 (or 0x080203) is unknown color: approx Rustic Red. HEX triplet: 08, 02 and 03. RGB value is (8,2,3). Sum of RGB (Red+Green+Blue) = 8+2+3=13 (1% of max value = 765). Red value is 8 (3.52% from 255 or 61.54% from 13); Green value is 2 (1.17% from 255 or 15.38% from 13); Blue value is 3 (1.56% from 255 or 23.08% from 13); Max value from RGB is 8 - color contains mainly: red. Hex color #080203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080203 is #F7FDFC. Grayscale: #030303. Windows color (decimal): -16252413 or 197128. OLE color: 197128.

HSL color Cylindrical-coordinate representation of color #080203: hue angle of 350º degrees, saturation: 0.6, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.03% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #080203 is Cyan = 0, Magento = 0.75, Yellow = 0.63 and Black (K on CMYK) = 0.97.

Color convert

RGB823-
CMYK00.750.630.97
HSL350º60%1.96%-
HSV(B)350º75%3.14%-
XYZ0.140.10.1-
YUV3.91127.49130.92-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 61.54%
GREEN value IS 2 (1.17% from 255) = 15.38%
BLUE value IS 3 (1.56% from 255) = 23.08%
R=61.54%
G=15.38%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.97
SystemRedGreenBlueCMYKHSL
Decimal82300.750.630.97350601.96
Hex82304B3F6115e3c2
Octal1023011377141536742
Binary1000101101001011111111110000110101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080203; }

 p { color: rgb(8,2,3); }

 H1.HeaderClassName
 {
   color: #080203;
 }
 .AnyTagClassName
 {
   color: #080203;
 }
</style>
background-color css

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

 a { background-color: rgb(8,2,3); }

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

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

 span { border-color: rgb(8,2,3); }

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