Html Css Color HEX #0D0305 Rustic Red

📋 copy color: '#0D0305'

red 13 ◦ green 3 ◦ blue 5

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

Shades of Rustic Red #0D0305

Tints of Rustic Red #0D0305

RGB

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

 GREEN value IS 3 (1.56% from 255) = 14.29%

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

R = 61.9%
G = 14.29%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.95

RGB Variations

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

Color information

#0D0305 (or 0x0D0305) is known color: Rustic Red. HEX triplet: 0D, 03 and 05. RGB value is (13,3,5). Sum of RGB (Red+Green+Blue) = 13+3+5=21 (2% of max value = 765). Red value is 13 (5.47% from 255 or 61.90% from 21); Green value is 3 (1.56% from 255 or 14.29% from 21); Blue value is 5 (2.34% from 255 or 23.81% from 21); Max value from RGB is 13 - color contains mainly: red. Hex color #0D0305 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0305 is #F2FCFA. Grayscale: #060606. Windows color (decimal): -15924475 or 328461. OLE color: 328461.

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

Color convert

RGB 13 3 5 -
CMYK 0 0.77 0.62 0.95
HSL 348º 0.63% 0.03% -
HSV(B) 348º 0.77% 0.05% -
XYZ 0.23 0.16 0.16 -
YUV 6.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 13 3 5 0 0.77 0.62 0.95 348 0.63 0.03
Hex D 3 5 0 4D 3E 5F 15C 3E 3
Octal 15 3 5 0 115 76 137 534 76 3
Binary 1101 11 101 0 1001101 111110 1011111 101011100 111110 11

Color Harmonies of #0D0305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0305

Black with #0D0305

Text Example


Text Example

White with #0D0305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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