Html Css Color HEX #18090D Rustic Red

📋 copy color: '#18090D'

red 24 ◦ green 9 ◦ blue 13

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

Shades of Rustic Red #18090D

Tints of Rustic Red #18090D

RGB

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

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

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

R = 52.17%
G = 19.57%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.91

RGB Variations

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

Color information

#18090D (or 0x18090D) is known color: Rustic Red. HEX triplet: 18, 09 and 0D. RGB value is (24,9,13). Sum of RGB (Red+Green+Blue) = 24+9+13=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 9 (3.91% from 255 or 19.57% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #18090D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18090D is #E7F6F2. Grayscale: #0D0D0D. Windows color (decimal): -15202035 or 854296. OLE color: 854296.

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

Color convert

RGB 24 9 13 -
CMYK 0 0.63 0.46 0.91
HSL 344º 0.45% 0.06% -
HSV(B) 344º 0.63% 0.09% -
XYZ 0.55 0.42 0.43 -
YUV 13.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 24 9 13 0 0.63 0.46 0.91 344 0.45 0.06
Hex 18 9 D 0 3F 2E 5B 158 2D 6
Octal 30 11 15 0 77 56 133 530 55 6
Binary 11000 1001 1101 0 111111 101110 1011011 101011000 101101 110

Color Harmonies of #18090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18090D

Black with #18090D

Text Example


Text Example

White with #18090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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