Html Css Color HEX #1D080B Rustic Red

📋 copy color: '#1D080B'

red 29 ◦ green 8 ◦ blue 11

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

Shades of Rustic Red #1D080B

Tints of Rustic Red #1D080B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 16.67%

 BLUE value IS 11 (4.69% from 255) = 22.92%

R = 60.42%
G = 16.67%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.89

RGB Variations

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

Color information

#1D080B (or 0x1D080B) is known color: Rustic Red. HEX triplet: 1D, 08 and 0B. RGB value is (29,8,11). Sum of RGB (Red+Green+Blue) = 29+8+11=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 8 (3.52% from 255 or 16.67% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D080B is #E2F7F4. Grayscale: #0E0E0E. Windows color (decimal): -14874613 or 722973. OLE color: 722973.

HSL color Cylindrical-coordinate representation of color #1D080B: hue angle of 351.43º degrees, saturation: 0.57, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D080B is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.89.

Color convert

RGB 29 8 11 -
CMYK 0 0.72 0.62 0.89
HSL 351.43º 0.57% 0.07% -
HSV(B) 351.43º 0.72% 0.11% -
XYZ 0.65 0.46 0.37 -
YUV 14.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 29 8 11 0 0.72 0.62 0.89 351.43 0.57 0.07
Hex 1D 8 B 0 48 3E 59 15F 39 7
Octal 35 10 13 0 110 76 131 537 71 7
Binary 11101 1000 1011 0 1001000 111110 1011001 101011111 111001 111

Color Harmonies of #1D080B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D080B

Black with #1D080B

Text Example


Text Example

White with #1D080B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,8,11); }

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

background-color css

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

 a { background-color: rgb(29,8,11); }

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

border-color css

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

 span { border-color: rgb(29,8,11); }

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