Html Css Color HEX #18090E Rustic Red

📋 copy color: '#18090E'

red 24 ◦ green 9 ◦ blue 14

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

Shades of Rustic Red #18090E

Tints of Rustic Red #18090E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 29.79%

R = 51.06%
G = 19.15%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.91

RGB Variations

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

Color information

#18090E (or 0x18090E) is known color: Rustic Red. HEX triplet: 18, 09 and 0E. RGB value is (24,9,14). Sum of RGB (Red+Green+Blue) = 24+9+14=47 (6% of max value = 765). Red value is 24 (9.77% from 255 or 51.06% from 47); Green value is 9 (3.91% from 255 or 19.15% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 24 - color contains mainly: red. Hex color #18090E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18090E is #E7F6F1. Grayscale: #0E0E0E. Windows color (decimal): -15202034 or 919832. OLE color: 919832.

HSL color Cylindrical-coordinate representation of color #18090E: hue angle of 340º 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 #18090E is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 9 14 -
CMYK 0 0.63 0.42 0.91
HSL 340º 0.45% 0.06% -
HSV(B) 340º 0.63% 0.09% -
XYZ 0.55 0.42 0.47 -
YUV 14.06 127.97 135.09 -
System Red Green Blue C M Y K H S L
Decimal 24 9 14 0 0.63 0.42 0.91 340 0.45 0.06
Hex 18 9 E 0 3F 2A 5B 154 2D 6
Octal 30 11 16 0 77 52 133 524 55 6
Binary 11000 1001 1110 0 111111 101010 1011011 101010100 101101 110

Color Harmonies of #18090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18090E

Black with #18090E

Text Example


Text Example

White with #18090E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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