Html Css Color HEX #18040B Rustic Red

📋 copy color: '#18040B'

red 24 ◦ green 4 ◦ blue 11

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

Shades of Rustic Red #18040B

Tints of Rustic Red #18040B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 28.21%

R = 61.54%
G = 10.26%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.91

RGB Variations

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

Color information

#18040B (or 0x18040B) is known color: Rustic Red. HEX triplet: 18, 04 and 0B. RGB value is (24,4,11). Sum of RGB (Red+Green+Blue) = 24+4+11=39 (5% of max value = 765). Red value is 24 (9.77% from 255 or 61.54% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 11 (4.69% from 255 or 28.21% from 39); Max value from RGB is 24 - color contains mainly: red. Hex color #18040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #18040B is #E7FBF4. Grayscale: #0A0A0A. Windows color (decimal): -15203317 or 721944. OLE color: 721944.

HSL color Cylindrical-coordinate representation of color #18040B: hue angle of 339º 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 #18040B is Cyan = 0, Magento = 0.83, Yellow = 0.54 and Black (K on CMYK) = 0.91.

Color convert

RGB 24 4 11 -
CMYK 0 0.83 0.54 0.91
HSL 339º 0.71% 0.05% -
HSV(B) 339º 0.83% 0.09% -
XYZ 0.48 0.31 0.35 -
YUV 10.78 128.13 137.43 -
System Red Green Blue C M Y K H S L
Decimal 24 4 11 0 0.83 0.54 0.91 339 0.71 0.05
Hex 18 4 B 0 53 36 5B 153 47 5
Octal 30 4 13 0 123 66 133 523 107 5
Binary 11000 100 1011 0 1010011 110110 1011011 101010011 1000111 101

Color Harmonies of #18040B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18040B

Black with #18040B

Text Example


Text Example

White with #18040B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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