#1C0309

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

Shades of Rustic Red #1C0309

Tints of Rustic Red #1C0309

Color information

#1C0309 (or 0x1C0309) is unknown color: approx Rustic Red. HEX triplet: 1C, 03 and 09. RGB value is (28,3,9). Sum of RGB (Red+Green+Blue) = 28+3+9=40 (5% of max value = 765). Red value is 28 (11.33% from 255 or 70% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0309 is #E3FCF6. Grayscale: #0B0B0B. Windows color (decimal): -14941431 or 590620. OLE color: 590620.

HSL color Cylindrical-coordinate representation of color #1C0309: hue angle of 345.6º 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 #1C0309 is Cyan = 0, Magento = 0.89, Yellow = 0.68 and Black (K on CMYK) = 0.89.

Color convert

RGB2839-
CMYK00.890.680.89
HSL345.6º80.65%6.08%-
HSV(B)345.6º89.29%10.98%-
XYZ0.560.330.29-
YUV11.16126.78140.01-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 70%
GREEN value IS 3 (1.56% from 255) = 7.5%
BLUE value IS 9 (3.91% from 255) = 22.5%
R=70%
G=7.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.68
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal283900.890.680.89345.680.656.08
Hex1C39059445915a516
Octal3431101311041315321216
Binary1110011100101011001100010010110011010110101010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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