#3C0F17

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

Shades of Rustic Red #3C0F17

Tints of Rustic Red #3C0F17

Color information

#3C0F17 (or 0x3C0F17) is unknown color: approx Rustic Red. HEX triplet: 3C, 0F and 17. RGB value is (60,15,23). Sum of RGB (Red+Green+Blue) = 60+15+23=98 (12% of max value = 765). Red value is 60 (23.83% from 255 or 61.22% from 98); Green value is 15 (6.25% from 255 or 15.31% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C0F17 is #C3F0E8. Grayscale: #1D1D1D. Windows color (decimal): -12841193 or 1511228. OLE color: 1511228.

HSL color Cylindrical-coordinate representation of color #3C0F17: hue angle of 349.33º degrees, saturation: 0.6, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C0F17 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.76.

Color convert

RGB601523-
CMYK00.750.620.76
HSL349.33º60%14.71%-
HSV(B)349.33º75%23.53%-
XYZ2.191.360.96-
YUV29.37124.41149.85-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 61.22%
GREEN value IS 15 (6.25% from 255) = 15.31%
BLUE value IS 23 (9.38% from 255) = 23.47%
R=61.22%
G=15.31%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60152300.750.620.76349.336014.71
Hex3CF1704B3E4C15d3cf
Octal7417270113761145357417
Binary1111001111101110100101111111010011001010111011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C0F17; }

 p { color: rgb(60,15,23); }

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

<style>
 a { background-color: #3C0F17; }

 a { background-color: rgb(60,15,23); }

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

<style>
 span { border-color: #3C0F17; }

 span { border-color: rgb(60,15,23); }

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