Html Css Color HEX #181415 Rustic Red

📋 copy color: '#181415'

red 24 ◦ green 20 ◦ blue 21

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

Shades of Rustic Red #181415

Tints of Rustic Red #181415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 30.77%

 BLUE value IS 21 (8.59% from 255) = 32.31%

R = 36.92%
G = 30.77%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.91

RGB Variations

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

Color information

#181415 (or 0x181415) is known color: Rustic Red. HEX triplet: 18, 14 and 15. RGB value is (24,20,21). Sum of RGB (Red+Green+Blue) = 24+20+21=65 (8% of max value = 765). Red value is 24 (9.77% from 255 or 36.92% from 65); Green value is 20 (8.20% from 255 or 30.77% from 65); Blue value is 21 (8.59% from 255 or 32.31% from 65); Max value from RGB is 24 - color contains mainly: red. Hex color #181415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181415 is #E7EBEA. Grayscale: #151515. Windows color (decimal): -15199211 or 1381400. OLE color: 1381400.

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

Color convert

RGB 24 20 21 -
CMYK 0 0.17 0.13 0.91
HSL 345º 0.09% 0.09% -
HSV(B) 345º 0.17% 0.09% -
XYZ 0.76 0.75 0.81 -
YUV 21.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 24 20 21 0 0.17 0.13 0.91 345 0.09 0.09
Hex 18 14 15 0 11 D 5B 159 9 9
Octal 30 24 25 0 21 15 133 531 11 11
Binary 11000 10100 10101 0 10001 1101 1011011 101011001 1001 1001

Color Harmonies of #181415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181415

Black with #181415

Text Example


Text Example

White with #181415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181415; }

 p { color: rgb(24,20,21); }

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

background-color css

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

 a { background-color: rgb(24,20,21); }

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

border-color css

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

 span { border-color: rgb(24,20,21); }

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