Html Css Color HEX #0D0205 Rustic Red

📋 copy color: '#0D0205'

red 13 ◦ green 2 ◦ blue 5

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

Shades of Rustic Red #0D0205

Tints of Rustic Red #0D0205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 10%

 BLUE value IS 5 (2.34% from 255) = 25%

R = 65%
G = 10%
B = 25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.62

 K value IS 0.95

RGB Variations

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

Color information

#0D0205 (or 0x0D0205) is known color: Rustic Red. HEX triplet: 0D, 02 and 05. RGB value is (13,2,5). Sum of RGB (Red+Green+Blue) = 13+2+5=20 (2% of max value = 765). Red value is 13 (5.47% from 255 or 65% from 20); Green value is 2 (1.17% from 255 or 10% from 20); Blue value is 5 (2.34% from 255 or 25% from 20); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0205 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0205 is #F2FDFA. Grayscale: #050505. Windows color (decimal): -15924731 or 328205. OLE color: 328205.

HSL color Cylindrical-coordinate representation of color #0D0205: hue angle of 343.64º 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 #0D0205 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.95.

Color convert

RGB 13 2 5 -
CMYK 0 0.85 0.62 0.95
HSL 343.64º 0.73% 0.03% -
HSV(B) 343.64º 0.85% 0.05% -
XYZ 0.22 0.14 0.16 -
YUV 5.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 13 2 5 0 0.85 0.62 0.95 343.64 0.73 0.03
Hex D 2 5 0 55 3E 5F 158 49 3
Octal 15 2 5 0 125 76 137 530 111 3
Binary 1101 10 101 0 1010101 111110 1011111 101011000 1001001 11

Color Harmonies of #0D0205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0205

Black with #0D0205

Text Example


Text Example

White with #0D0205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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