Html Css Color HEX #1D0B0F Rustic Red

📋 copy color: '#1D0B0F'

red 29 ◦ green 11 ◦ blue 15

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

Shades of Rustic Red #1D0B0F

Tints of Rustic Red #1D0B0F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 20%

 BLUE value IS 15 (6.25% from 255) = 27.27%

R = 52.73%
G = 20%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#1D0B0F (or 0x1D0B0F) is known color: Rustic Red. HEX triplet: 1D, 0B and 0F. RGB value is (29,11,15). Sum of RGB (Red+Green+Blue) = 29+11+15=55 (7% of max value = 765). Red value is 29 (11.72% from 255 or 52.73% from 55); Green value is 11 (4.69% from 255 or 20% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0B0F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0B0F is #E2F4F0. Grayscale: #101010. Windows color (decimal): -14873841 or 985885. OLE color: 985885.

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

Color convert

RGB 29 11 15 -
CMYK 0 0.62 0.48 0.89
HSL 346.67º 0.45% 0.08% -
HSV(B) 346.67º 0.62% 0.11% -
XYZ 0.71 0.54 0.52 -
YUV 16.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 29 11 15 0 0.62 0.48 0.89 346.67 0.45 0.08
Hex 1D B F 0 3E 30 59 15B 2D 8
Octal 35 13 17 0 76 60 131 533 55 10
Binary 11101 1011 1111 0 111110 110000 1011001 101011011 101101 1000

Color Harmonies of #1D0B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0B0F

Black with #1D0B0F

Text Example


Text Example

White with #1D0B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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