Html Css Color HEX #18040A Rustic Red

📋 copy color: '#18040A'

red 24 ◦ green 4 ◦ blue 10

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

Shades of Rustic Red #18040A

Tints of Rustic Red #18040A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 10.53%

 BLUE value IS 10 (4.3% from 255) = 26.32%

R = 63.16%
G = 10.53%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.58

 K value IS 0.91

RGB Variations

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

Color information

#18040A (or 0x18040A) is known color: Rustic Red. HEX triplet: 18, 04 and 0A. RGB value is (24,4,10). Sum of RGB (Red+Green+Blue) = 24+4+10=38 (5% of max value = 765). Red value is 24 (9.77% from 255 or 63.16% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 10 (4.30% from 255 or 26.32% from 38); Max value from RGB is 24 - color contains mainly: red. Hex color #18040A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18040A is #E7FBF5. Grayscale: #0A0A0A. Windows color (decimal): -15203318 or 656408. OLE color: 656408.

HSL color Cylindrical-coordinate representation of color #18040A: hue angle of 342º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18040A is Cyan = 0, Magento = 0.83, Yellow = 0.58 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 4 10 -
CMYK 0 0.83 0.58 0.91
HSL 342º 0.71% 0.05% -
HSV(B) 342º 0.83% 0.09% -
XYZ 0.47 0.3 0.32 -
YUV 10.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 24 4 10 0 0.83 0.58 0.91 342 0.71 0.05
Hex 18 4 A 0 53 3A 5B 156 47 5
Octal 30 4 12 0 123 72 133 526 107 5
Binary 11000 100 1010 0 1010011 111010 1011011 101010110 1000111 101

Color Harmonies of #18040A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18040A

Black with #18040A

Text Example


Text Example

White with #18040A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18040A; }

 p { color: rgb(24,4,10); }

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

background-color css

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

 a { background-color: rgb(24,4,10); }

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

border-color css

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

 span { border-color: rgb(24,4,10); }

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