Html Css Color HEX #1D090A Rustic Red

📋 copy color: '#1D090A'

red 29 ◦ green 9 ◦ blue 10

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

Shades of Rustic Red #1D090A

Tints of Rustic Red #1D090A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 18.75%

 BLUE value IS 10 (4.3% from 255) = 20.83%

R = 60.42%
G = 18.75%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.66

 K value IS 0.89

RGB Variations

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

Color information

#1D090A (or 0x1D090A) is known color: Rustic Red. HEX triplet: 1D, 09 and 0A. RGB value is (29,9,10). Sum of RGB (Red+Green+Blue) = 29+9+10=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 9 (3.91% from 255 or 18.75% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D090A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D090A is #E2F6F5. Grayscale: #0F0F0F. Windows color (decimal): -14874358 or 657693. OLE color: 657693.

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

Color convert

RGB 29 9 10 -
CMYK 0 0.69 0.66 0.89
HSL 357º 0.53% 0.07% -
HSV(B) 357º 0.69% 0.11% -
XYZ 0.66 0.48 0.34 -
YUV 15.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 29 9 10 0 0.69 0.66 0.89 357 0.53 0.07
Hex 1D 9 A 0 45 42 59 165 35 7
Octal 35 11 12 0 105 102 131 545 65 7
Binary 11101 1001 1010 0 1000101 1000010 1011001 101100101 110101 111

Color Harmonies of #1D090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D090A

Black with #1D090A

Text Example


Text Example

White with #1D090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,9,10); }

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

background-color css

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

 a { background-color: rgb(29,9,10); }

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

border-color css

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

 span { border-color: rgb(29,9,10); }

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