Html Css Color HEX #180D0F Rustic Red

📋 copy color: '#180D0F'

red 24 ◦ green 13 ◦ blue 15

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

Shades of Rustic Red #180D0F

Tints of Rustic Red #180D0F

RGB

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

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

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

R = 46.15%
G = 25%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.91

RGB Variations

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

Color information

#180D0F (or 0x180D0F) is known color: Rustic Red. HEX triplet: 18, 0D and 0F. RGB value is (24,13,15). Sum of RGB (Red+Green+Blue) = 24+13+15=52 (6% of max value = 765). Red value is 24 (9.77% from 255 or 46.15% from 52); Green value is 13 (5.47% from 255 or 25% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 24 - color contains mainly: red. Hex color #180D0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180D0F is #E7F2F0. Grayscale: #101010. Windows color (decimal): -15201009 or 986392. OLE color: 986392.

HSL color Cylindrical-coordinate representation of color #180D0F: hue angle of 349.09º 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 #180D0F is Cyan = 0, Magento = 0.46, Yellow = 0.37 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 13 15 -
CMYK 0 0.46 0.37 0.91
HSL 349.09º 0.3% 0.07% -
HSV(B) 349.09º 0.46% 0.09% -
XYZ 0.61 0.52 0.52 -
YUV 16.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 24 13 15 0 0.46 0.37 0.91 349.09 0.3 0.07
Hex 18 D F 0 2E 25 5B 15D 1E 7
Octal 30 15 17 0 56 45 133 535 36 7
Binary 11000 1101 1111 0 101110 100101 1011011 101011101 11110 111

Color Harmonies of #180D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180D0F

Black with #180D0F

Text Example


Text Example

White with #180D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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