Html Css Color HEX #18090C Rustic Red

📋 copy color: '#18090C'

red 24 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #18090C

Tints of Rustic Red #18090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 20%

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

R = 53.33%
G = 20%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.91

RGB Variations

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

Color information

#18090C (or 0x18090C) is known color: Rustic Red. HEX triplet: 18, 09 and 0C. RGB value is (24,9,12). Sum of RGB (Red+Green+Blue) = 24+9+12=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 9 (3.91% from 255 or 20% from 45); Blue value is 12 (5.08% from 255 or 26.67% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #18090C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18090C is #E7F6F3. Grayscale: #0D0D0D. Windows color (decimal): -15202036 or 788760. OLE color: 788760.

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

Color convert

RGB 24 9 12 -
CMYK 0 0.63 0.50 0.91
HSL 348º 0.45% 0.06% -
HSV(B) 348º 0.63% 0.09% -
XYZ 0.54 0.42 0.4 -
YUV 13.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 24 9 12 0 0.63 0.50 0.91 348 0.45 0.06
Hex 18 9 C 0 3F 32 5B 15C 2D 6
Octal 30 11 14 0 77 62 133 534 55 6
Binary 11000 1001 1100 0 111111 110010 1011011 101011100 101101 110

Color Harmonies of #18090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18090C

Black with #18090C

Text Example


Text Example

White with #18090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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