Html Css Color HEX #180D10 Rustic Red

📋 copy color: '#180D10'

red 24 ◦ green 13 ◦ blue 16

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

Shades of Rustic Red #180D10

Tints of Rustic Red #180D10

RGB

 RED value IS 24 (9.77% from 255) = 45.28%

 GREEN value IS 13 (5.47% from 255) = 24.53%

 BLUE value IS 16 (6.64% from 255) = 30.19%

R = 45.28%
G = 24.53%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.33

 K value IS 0.91

RGB Variations

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

Color information

#180D10 (or 0x180D10) is known color: Rustic Red. HEX triplet: 18, 0D and 10. RGB value is (24,13,16). Sum of RGB (Red+Green+Blue) = 24+13+16=53 (7% of max value = 765). Red value is 24 (9.77% from 255 or 45.28% from 53); Green value is 13 (5.47% from 255 or 24.53% from 53); Blue value is 16 (6.64% from 255 or 30.19% from 53); Max value from RGB is 24 - color contains mainly: red. Hex color #180D10 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D10 is #E7F2EF. Grayscale: #101010. Windows color (decimal): -15201008 or 1051928. OLE color: 1051928.

HSL color Cylindrical-coordinate representation of color #180D10: hue angle of 343.64º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #180D10 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 13 16 -
CMYK 0 0.46 0.33 0.91
HSL 343.64º 0.3% 0.07% -
HSV(B) 343.64º 0.46% 0.09% -
XYZ 0.61 0.52 0.56 -
YUV 16.63 127.64 133.26 -
System Red Green Blue C M Y K H S L
Decimal 24 13 16 0 0.46 0.33 0.91 343.64 0.3 0.07
Hex 18 D 10 0 2E 21 5B 158 1E 7
Octal 30 15 20 0 56 41 133 530 36 7
Binary 11000 1101 10000 0 101110 100001 1011011 101011000 11110 111

Color Harmonies of #180D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180D10

Black with #180D10

Text Example


Text Example

White with #180D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180D10; }

 p { color: rgb(24,13,16); }

 H1.HeaderClassName
 {
   color: #180D10;
 }
 .AnyTagClassName
 {
   color: #180D10;
 }
</style>

background-color css

<style>
 a { background-color: #180D10; }

 a { background-color: rgb(24,13,16); }

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

border-color css

<style>
 span { border-color: #180D10; }

 span { border-color: rgb(24,13,16); }

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