#12000A

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

Shades of Rustic Red #12000A

Tints of Rustic Red #12000A

Color information

#12000A (or 0x12000A) is unknown color: approx Rustic Red. HEX triplet: 12, 00 and 0A. RGB value is (18,0,10). Sum of RGB (Red+Green+Blue) = 18+0+10=28 (3% of max value = 765). Red value is 18 (7.42% from 255 or 64.29% from 28); Green value is 0 (0.39% from 255 or 0% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 18 - color contains mainly: red. Hex color #12000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #12000A is #EDFFF5. Grayscale: #060606. Windows color (decimal): -15597558 or 655378. OLE color: 655378.

HSL color Cylindrical-coordinate representation of color #12000A: hue angle of 326.67º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #12000A is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.93.

Color convert

RGB18010-
CMYK010.440.93
HSL326.67º100%3.53%-
HSV(B)326.67º100%7.06%-
XYZ0.30.150.3-
YUV6.52129.96136.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 64.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 35.71%
R=64.29%
G=0%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18010010.440.93326.671003.53
Hex120A0642C5D147644
Octal220120144541355071444
Binary10010010100110010010110010111011010001111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,0,10); }

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

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

 a { background-color: rgb(18,0,10); }

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

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

 span { border-color: rgb(18,0,10); }

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