#0D0203

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

Shades of Rustic Red #0D0203

Tints of Rustic Red #0D0203

Color information

#0D0203 (or 0x0D0203) is unknown color: approx Rustic Red. HEX triplet: 0D, 02 and 03. RGB value is (13,2,3). Sum of RGB (Red+Green+Blue) = 13+2+3=18 (2% of max value = 765). Red value is 13 (5.47% from 255 or 72.22% from 18); Green value is 2 (1.17% from 255 or 11.11% from 18); Blue value is 3 (1.56% from 255 or 16.67% from 18); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0203 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0203 is #F2FDFC. Grayscale: #050505. Windows color (decimal): -15924733 or 197133. OLE color: 197133.

HSL color Cylindrical-coordinate representation of color #0D0203: hue angle of 354.55º degrees, saturation: 0.73, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D0203 is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.95.

Color convert

RGB1323-
CMYK00.850.770.95
HSL354.55º73.33%2.94%-
HSV(B)354.55º84.62%5.1%-
XYZ0.20.140.1-
YUV5.4126.64133.42-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 72.22%
GREEN value IS 2 (1.17% from 255) = 11.11%
BLUE value IS 3 (1.56% from 255) = 16.67%
R=72.22%
G=11.11%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal132300.850.770.95354.5573.332.94
HexD230554D5F163493
Octal152301251151375431113
Binary110110110101010110011011011111101100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D0203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D0203; }

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

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

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

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

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

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

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

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