#12040B

Color #12040B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #12040B

Tints of Rustic Red #12040B

Color information

#12040B (or 0x12040B) is unknown color: approx Rustic Red. HEX triplet: 12, 04 and 0B. RGB value is (18,4,11). Sum of RGB (Red+Green+Blue) = 18+4+11=33 (4% of max value = 765). Red value is 18 (7.42% from 255 or 54.55% from 33); Green value is 4 (1.95% from 255 or 12.12% from 33); Blue value is 11 (4.69% from 255 or 33.33% from 33); Max value from RGB is 18 - color contains mainly: red. Hex color #12040B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12040B is #EDFBF4. Grayscale: #080808. Windows color (decimal): -15596533 or 721938. OLE color: 721938.

HSL color Cylindrical-coordinate representation of color #12040B: hue angle of 330º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #12040B is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.93.

Color convert

RGB18411-
CMYK00.780.390.93
HSL330º63.64%4.31%-
HSV(B)330º77.78%7.06%-
XYZ0.350.240.34-
YUV8.98129.14134.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 54.55%
GREEN value IS 4 (1.95% from 255) = 12.12%
BLUE value IS 11 (4.69% from 255) = 33.33%
R=54.55%
G=12.12%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1841100.780.390.9333063.644.31
Hex124B04E275D14a404
Octal224130116471355121004
Binary1001010010110100111010011110111011010010101000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12040B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12040B;
 }
 .AnyTagClassName
 {
   color: #12040B;
 }
</style>
background-color css

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

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

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

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

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

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