Html Css Color HEX #180C0D Rustic Red

📋 copy color: '#180C0D'

red 24 ◦ green 12 ◦ blue 13

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

Shades of Rustic Red #180C0D

Tints of Rustic Red #180C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 24.49%

 BLUE value IS 13 (5.47% from 255) = 26.53%

R = 48.98%
G = 24.49%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.46

 K value IS 0.91

RGB Variations

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

Color information

#180C0D (or 0x180C0D) is known color: Rustic Red. HEX triplet: 18, 0C and 0D. RGB value is (24,12,13). Sum of RGB (Red+Green+Blue) = 24+12+13=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 12 (5.08% from 255 or 24.49% from 49); Blue value is 13 (5.47% from 255 or 26.53% from 49); Max value from RGB is 24 - color contains mainly: red. Hex color #180C0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #180C0D is #E7F3F2. Grayscale: #0F0F0F. Windows color (decimal): -15201267 or 855064. OLE color: 855064.

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

Color convert

RGB 24 12 13 -
CMYK 0 0.50 0.46 0.91
HSL 355º 0.33% 0.07% -
HSV(B) 355º 0.5% 0.09% -
XYZ 0.58 0.49 0.44 -
YUV 15.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 24 12 13 0 0.50 0.46 0.91 355 0.33 0.07
Hex 18 C D 0 32 2E 5B 163 21 7
Octal 30 14 15 0 62 56 133 543 41 7
Binary 11000 1100 1101 0 110010 101110 1011011 101100011 100001 111

Color Harmonies of #180C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180C0D

Black with #180C0D

Text Example


Text Example

White with #180C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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