#3C071A

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

Shades of Rustic Red #3C071A

Tints of Rustic Red #3C071A

Color information

#3C071A (or 0x3C071A) is unknown color: approx Rustic Red. HEX triplet: 3C, 07 and 1A. RGB value is (60,7,26). Sum of RGB (Red+Green+Blue) = 60+7+26=93 (12% of max value = 765). Red value is 60 (23.83% from 255 or 64.52% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 26 (10.55% from 255 or 27.96% from 93); Max value from RGB is 60 - color contains mainly: red. Hex color #3C071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C071A is #C3F8E5. Grayscale: #181818. Windows color (decimal): -12843238 or 1705788. OLE color: 1705788.

HSL color Cylindrical-coordinate representation of color #3C071A: hue angle of 338.49º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3C071A is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.76.

Color convert

RGB60726-
CMYK00.880.570.76
HSL338.49º79.1%13.14%-
HSV(B)338.49º88.33%23.53%-
XYZ2.131.191.09-
YUV25.01128.56152.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 64.52%
GREEN value IS 7 (3.12% from 255) = 7.53%
BLUE value IS 26 (10.55% from 255) = 27.96%
R=64.52%
G=7.53%
B=27.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6072600.880.570.76338.4979.113.14
Hex3C71A058394C1524fd
Octal7473201307111452211715
Binary1111001111101001011000111001100110010101001010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,7,26); }

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

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

 a { background-color: rgb(60,7,26); }

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

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

 span { border-color: rgb(60,7,26); }

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