#090103

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

Shades of Rustic Red #090103

Tints of Rustic Red #090103

Color information

#090103 (or 0x090103) is unknown color: approx Rustic Red. HEX triplet: 09, 01 and 03. RGB value is (9,1,3). Sum of RGB (Red+Green+Blue) = 9+1+3=13 (1% of max value = 765). Red value is 9 (3.91% from 255 or 69.23% from 13); Green value is 1 (0.78% from 255 or 7.69% from 13); Blue value is 3 (1.56% from 255 or 23.08% from 13); Max value from RGB is 9 - color contains mainly: red. Hex color #090103 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090103 is #F6FEFC. Grayscale: #030303. Windows color (decimal): -16187133 or 196873. OLE color: 196873.

HSL color Cylindrical-coordinate representation of color #090103: hue angle of 345º degrees, saturation: 0.8, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #090103 is Cyan = 0, Magento = 0.89, Yellow = 0.67 and Black (K on CMYK) = 0.96.

Color convert

RGB913-
CMYK00.890.670.96
HSL345º80%1.96%-
HSV(B)345º88.89%3.53%-
XYZ0.140.090.1-
YUV3.62127.65131.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 69.23%
GREEN value IS 1 (0.78% from 255) = 7.69%
BLUE value IS 3 (1.56% from 255) = 23.08%
R=69.23%
G=7.69%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal91300.890.670.96345801.96
Hex9130594360159502
Octal111301311031405311202
Binary10011110101100110000111100000101011001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090103; }

 p { color: rgb(9,1,3); }

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

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

 a { background-color: rgb(9,1,3); }

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

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

 span { border-color: rgb(9,1,3); }

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