#1C0507

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

Shades of Rustic Red #1C0507

Tints of Rustic Red #1C0507

Color information

#1C0507 (or 0x1C0507) is unknown color: approx Rustic Red. HEX triplet: 1C, 05 and 07. RGB value is (28,5,7). Sum of RGB (Red+Green+Blue) = 28+5+7=40 (5% of max value = 765). Red value is 28 (11.33% from 255 or 70% from 40); Green value is 5 (2.34% from 255 or 12.5% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0507 is #E3FAF8. Grayscale: #0C0C0C. Windows color (decimal): -14940921 or 460060. OLE color: 460060.

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

Color convert

RGB2857-
CMYK00.820.750.89
HSL354.78º69.7%6.47%-
HSV(B)354.78º82.14%10.98%-
XYZ0.570.370.24-
YUV12.1125.12139.34-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 70%
GREEN value IS 5 (2.34% from 255) = 12.5%
BLUE value IS 7 (3.12% from 255) = 17.5%
R=70%
G=12.5%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.75
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal285700.820.750.89354.7869.76.47
Hex1C570524B59163466
Octal345701221131315431066
Binary1110010111101010010100101110110011011000111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C0507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,5,7); }

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

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

 a { background-color: rgb(28,5,7); }

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

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

 span { border-color: rgb(28,5,7); }

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