Html Css Color HEX #0D0203 Rustic Red

📋 copy color: '#0D0203'

red 13 ◦ green 2 ◦ blue 3

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

Shades of Rustic Red #0D0203

Tints of Rustic Red #0D0203

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 value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.95

RGB Variations

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

Color information

#0D0203 (or 0x0D0203) is known color: 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

RGB 13 2 3 -
CMYK 0 0.85 0.77 0.95
HSL 354.55º 0.73% 0.03% -
HSV(B) 354.55º 0.85% 0.05% -
XYZ 0.2 0.14 0.1 -
YUV 5.4 126.64 133.42 -
System Red Green Blue C M Y K H S L
Decimal 13 2 3 0 0.85 0.77 0.95 354.55 0.73 0.03
Hex D 2 3 0 55 4D 5F 163 49 3
Octal 15 2 3 0 125 115 137 543 111 3
Binary 1101 10 11 0 1010101 1001101 1011111 101100011 1001001 11

Color Harmonies of #0D0203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0203

Black with #0D0203

Text Example


Text Example

White with #0D0203

Text Example


Text Example

HTML Codes & Css Web 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>