Html Css Color HEX #18060C Rustic Red

📋 copy color: '#18060C'

red 24 ◦ green 6 ◦ blue 12

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

Shades of Rustic Red #18060C

Tints of Rustic Red #18060C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 14.29%

 BLUE value IS 12 (5.08% from 255) = 28.57%

R = 57.14%
G = 14.29%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#18060C (or 0x18060C) is known color: Rustic Red. HEX triplet: 18, 06 and 0C. RGB value is (24,6,12). Sum of RGB (Red+Green+Blue) = 24+6+12=42 (5% of max value = 765). Red value is 24 (9.77% from 255 or 57.14% from 42); Green value is 6 (2.73% from 255 or 14.29% from 42); Blue value is 12 (5.08% from 255 or 28.57% from 42); Max value from RGB is 24 - color contains mainly: red. Hex color #18060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18060C is #E7F9F3. Grayscale: #0C0C0C. Windows color (decimal): -15202804 or 787992. OLE color: 787992.

HSL color Cylindrical-coordinate representation of color #18060C: hue angle of 340º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18060C is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 6 12 -
CMYK 0 0.75 0.50 0.91
HSL 340º 0.6% 0.06% -
HSV(B) 340º 0.75% 0.09% -
XYZ 0.51 0.35 0.39 -
YUV 12.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 24 6 12 0 0.75 0.50 0.91 340 0.6 0.06
Hex 18 6 C 0 4B 32 5B 154 3C 6
Octal 30 6 14 0 113 62 133 524 74 6
Binary 11000 110 1100 0 1001011 110010 1011011 101010100 111100 110

Color Harmonies of #18060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18060C

Black with #18060C

Text Example


Text Example

White with #18060C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18060C; }

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

 H1.HeaderClassName
 {
   color: #18060C;
 }
 .AnyTagClassName
 {
   color: #18060C;
 }
</style>

background-color css

<style>
 a { background-color: #18060C; }

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

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

border-color css

<style>
 span { border-color: #18060C; }

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

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