Html Css Color HEX #1D0306 Rustic Red

📋 copy color: '#1D0306'

red 29 ◦ green 3 ◦ blue 6

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

Shades of Rustic Red #1D0306

Tints of Rustic Red #1D0306

RGB

 RED value IS 29 (11.72% from 255) = 76.32%

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

 BLUE value IS 6 (2.73% from 255) = 15.79%

R = 76.32%
G = 7.89%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.89

RGB Variations

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

Color information

#1D0306 (or 0x1D0306) is known color: Rustic Red. HEX triplet: 1D, 03 and 06. RGB value is (29,3,6). Sum of RGB (Red+Green+Blue) = 29+3+6=38 (5% of max value = 765). Red value is 29 (11.72% from 255 or 76.32% from 38); Green value is 3 (1.56% from 255 or 7.89% from 38); Blue value is 6 (2.73% from 255 or 15.79% from 38); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0306 is #E2FCF9. Grayscale: #0B0B0B. Windows color (decimal): -14875898 or 394013. OLE color: 394013.

HSL color Cylindrical-coordinate representation of color #1D0306: hue angle of 353.08º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0306 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 3 6 -
CMYK 0 0.90 0.79 0.89
HSL 353.08º 0.81% 0.06% -
HSV(B) 353.08º 0.9% 0.11% -
XYZ 0.57 0.34 0.21 -
YUV 11.12 125.11 140.76 -
System Red Green Blue C M Y K H S L
Decimal 29 3 6 0 0.90 0.79 0.89 353.08 0.81 0.06
Hex 1D 3 6 0 5A 4F 59 161 51 6
Octal 35 3 6 0 132 117 131 541 121 6
Binary 11101 11 110 0 1011010 1001111 1011001 101100001 1010001 110

Color Harmonies of #1D0306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0306

Black with #1D0306

Text Example


Text Example

White with #1D0306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D0306; }

 p { color: rgb(29,3,6); }

 H1.HeaderClassName
 {
   color: #1D0306;
 }
 .AnyTagClassName
 {
   color: #1D0306;
 }
</style>

background-color css

<style>
 a { background-color: #1D0306; }

 a { background-color: rgb(29,3,6); }

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

border-color css

<style>
 span { border-color: #1D0306; }

 span { border-color: rgb(29,3,6); }

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