#0C0004

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

Shades of Rustic Red #0C0004

Tints of Rustic Red #0C0004

Color information

#0C0004 (or 0x0C0004) is unknown color: approx Rustic Red. HEX triplet: 0C, 00 and 04. RGB value is (12,0,4). Sum of RGB (Red+Green+Blue) = 12+0+4=16 (2% of max value = 765). Red value is 12 (5.08% from 255 or 75% from 16); Green value is 0 (0.39% from 255 or 0% from 16); Blue value is 4 (1.95% from 255 or 25% from 16); Max value from RGB is 12 - color contains mainly: red. Hex color #0C0004 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0004 is #F3FFFB. Grayscale: #040404. Windows color (decimal): -15990780 or 262156. OLE color: 262156.

HSL color Cylindrical-coordinate representation of color #0C0004: hue angle of 340º degrees, saturation: 1, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C0004 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.95.

Color convert

RGB1204-
CMYK010.670.95
HSL340º100%2.35%-
HSV(B)340º100%4.71%-
XYZ0.170.090.12-
YUV4.04127.98133.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 25%
R=75%
G=0%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal1204010.670.953401002.35
HexC04064435F154642
Octal140401441031375241442
Binary110001000110010010000111011111101010100110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C0004; }

 p { color: rgb(12,0,4); }

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

<style>
 a { background-color: #0C0004; }

 a { background-color: rgb(12,0,4); }

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

<style>
 span { border-color: #0C0004; }

 span { border-color: rgb(12,0,4); }

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