Html Css Color HEX #18080C Rustic Red

📋 copy color: '#18080C'

red 24 ◦ green 8 ◦ blue 12

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

Shades of Rustic Red #18080C

Tints of Rustic Red #18080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 18.18%

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

R = 54.55%
G = 18.18%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#18080C (or 0x18080C) is known color: Rustic Red. HEX triplet: 18, 08 and 0C. RGB value is (24,8,12). Sum of RGB (Red+Green+Blue) = 24+8+12=44 (5% of max value = 765). Red value is 24 (9.77% from 255 or 54.55% from 44); Green value is 8 (3.52% from 255 or 18.18% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 24 - color contains mainly: red. Hex color #18080C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18080C is #E7F7F3. Grayscale: #0D0D0D. Windows color (decimal): -15202292 or 788504. OLE color: 788504.

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

Color convert

RGB 24 8 12 -
CMYK 0 0.67 0.50 0.91
HSL 345º 0.5% 0.06% -
HSV(B) 345º 0.67% 0.09% -
XYZ 0.53 0.39 0.4 -
YUV 13.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 24 8 12 0 0.67 0.50 0.91 345 0.5 0.06
Hex 18 8 C 0 43 32 5B 159 32 6
Octal 30 10 14 0 103 62 133 531 62 6
Binary 11000 1000 1100 0 1000011 110010 1011011 101011001 110010 110

Color Harmonies of #18080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18080C

Black with #18080C

Text Example


Text Example

White with #18080C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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