#030102

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

Shades of Rustic Red #030102

Tints of Rustic Red #030102

Color information

#030102 (or 0x030102) is unknown color: approx Rustic Red. HEX triplet: 03, 01 and 02. RGB value is (3,1,2). Sum of RGB (Red+Green+Blue) = 3+1+2=6 (0% of max value = 765). Red value is 3 (1.56% from 255 or 50% from 6); Green value is 1 (0.78% from 255 or 16.67% from 6); Blue value is 2 (1.17% from 255 or 33.33% from 6); Max value from RGB is 3 - color contains mainly: red. Hex color #030102 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030102 is #FCFEFD. Grayscale: #010101. Windows color (decimal): -16580350 or 131331. OLE color: 131331.

HSL color Cylindrical-coordinate representation of color #030102: hue angle of 330º degrees, saturation: 0.5, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #030102 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.99.

Color convert

RGB312-
CMYK00.670.330.99
HSL330º50%0.78%-
HSV(B)330º66.67%1.18%-
XYZ0.060.050.06-
YUV1.71128.16128.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 50%
GREEN value IS 1 (0.78% from 255) = 16.67%
BLUE value IS 2 (1.17% from 255) = 33.33%
R=50%
G=16.67%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal31200.670.330.99330500.78
Hex312043216314a321
Octal312010341143512621
Binary111100100001110000111000111010010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030102; }

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

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

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

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

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

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

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

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