#12060B

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

Shades of Rustic Red #12060B

Tints of Rustic Red #12060B

Color information

#12060B (or 0x12060B) is unknown color: approx Rustic Red. HEX triplet: 12, 06 and 0B. RGB value is (18,6,11). Sum of RGB (Red+Green+Blue) = 18+6+11=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 6 (2.73% from 255 or 17.14% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #12060B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12060B is #EDF9F4. Grayscale: #0A0A0A. Windows color (decimal): -15596021 or 722450. OLE color: 722450.

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

Color convert

RGB18611-
CMYK00.670.390.93
HSL335º50%4.71%-
HSV(B)335º66.67%7.06%-
XYZ0.370.280.35-
YUV10.16128.48133.59-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 51.43%
GREEN value IS 6 (2.73% from 255) = 17.14%
BLUE value IS 11 (4.69% from 255) = 31.43%
R=51.43%
G=17.14%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1861100.670.390.93335504.71
Hex126B043275D14f325
Octal22613010347135517625
Binary100101101011010000111001111011101101001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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