#090102

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

Shades of Rustic Red #090102

Tints of Rustic Red #090102

Color information

#090102 (or 0x090102) is unknown color: approx Rustic Red. HEX triplet: 09, 01 and 02. RGB value is (9,1,2). Sum of RGB (Red+Green+Blue) = 9+1+2=12 (1% of max value = 765). Red value is 9 (3.91% from 255 or 75% from 12); Green value is 1 (0.78% from 255 or 8.33% from 12); Blue value is 2 (1.17% from 255 or 16.67% from 12); Max value from RGB is 9 - color contains mainly: red. Hex color #090102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090102 is #F6FEFD. Grayscale: #030303. Windows color (decimal): -16187134 or 131337. OLE color: 131337.

HSL color Cylindrical-coordinate representation of color #090102: hue angle of 352.5º 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 #090102 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.96.

Color convert

RGB912-
CMYK00.890.780.96
HSL352.5º80%1.96%-
HSV(B)352.5º88.89%3.53%-
XYZ0.130.080.07-
YUV3.51127.15131.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 8.33%
BLUE value IS 2 (1.17% from 255) = 16.67%
R=75%
G=8.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal91200.890.780.96352.5801.96
Hex9120594E60160502
Octal111201311161405401202
Binary10011100101100110011101100000101100000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090102; }

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

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

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

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

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

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

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

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