Html Css Color HEX #0D0003 Rustic Red

📋 copy color: '#0D0003'

red 13 ◦ green 0 ◦ blue 3

#0D0003
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #0D0003

Tints of Rustic Red #0D0003

RGB

 RED value IS 13 (5.47% from 255) = 81.25%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 3 (1.56% from 255) = 18.75%

R = 81.25%
G = 0%
B = 18.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.95

RGB Variations

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

Color information

#0D0003 (or 0x0D0003) is known color: Rustic Red. HEX triplet: 0D, 00 and 03. RGB value is (13,0,3). Sum of RGB (Red+Green+Blue) = 13+0+3=16 (2% of max value = 765). Red value is 13 (5.47% from 255 or 81.25% from 16); Green value is 0 (0.39% from 255 or 0% from 16); Blue value is 3 (1.56% from 255 or 18.75% from 16); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0003 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0003 is #F2FFFC. Grayscale: #040404. Windows color (decimal): -15925245 or 196621. OLE color: 196621.

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

Color convert

RGB 13 0 3 -
CMYK 0 1 0.77 0.95
HSL 346.15º 1% 0.03% -
HSV(B) 346.15º 1% 0.05% -
XYZ 0.18 0.09 0.09 -
YUV 4.23 127.31 134.26 -
System Red Green Blue C M Y K H S L
Decimal 13 0 3 0 1 0.77 0.95 346.15 1 0.03
Hex D 0 3 0 64 4D 5F 15A 64 3
Octal 15 0 3 0 144 115 137 532 144 3
Binary 1101 0 11 0 1100100 1001101 1011111 101011010 1100100 11

Color Harmonies of #0D0003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0003

Black with #0D0003

Text Example


Text Example

White with #0D0003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D0003;
 }
 .AnyTagClassName
 {
   color: #0D0003;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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