#1C030C

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

Shades of Rustic Red #1C030C

Tints of Rustic Red #1C030C

Color information

#1C030C (or 0x1C030C) is unknown color: approx Rustic Red. HEX triplet: 1C, 03 and 0C. RGB value is (28,3,12). Sum of RGB (Red+Green+Blue) = 28+3+12=43 (5% of max value = 765). Red value is 28 (11.33% from 255 or 65.12% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 12 (5.08% from 255 or 27.91% from 43); Max value from RGB is 28 - color contains mainly: red. Hex color #1C030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C030C is #E3FCF3. Grayscale: #0B0B0B. Windows color (decimal): -14941428 or 787228. OLE color: 787228.

HSL color Cylindrical-coordinate representation of color #1C030C: hue angle of 338.4º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1C030C is Cyan = 0, Magento = 0.89, Yellow = 0.57 and Black (K on CMYK) = 0.89.

Color convert

RGB28312-
CMYK00.890.570.89
HSL338.4º80.65%6.08%-
HSV(B)338.4º89.29%10.98%-
XYZ0.580.340.38-
YUV11.5128.28139.77-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 65.12%
GREEN value IS 3 (1.56% from 255) = 6.98%
BLUE value IS 12 (5.08% from 255) = 27.91%
R=65.12%
G=6.98%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2831200.890.570.89338.480.656.08
Hex1C3C0593959152516
Octal343140131711315221216
Binary111001111000101100111100110110011010100101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C030C; }

 p { color: rgb(28,3,12); }

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

<style>
 a { background-color: #1C030C; }

 a { background-color: rgb(28,3,12); }

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

<style>
 span { border-color: #1C030C; }

 span { border-color: rgb(28,3,12); }

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