#3C030A

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

Shades of Rustic Red #3C030A

Tints of Rustic Red #3C030A

Color information

#3C030A (or 0x3C030A) is unknown color: approx Rustic Red. HEX triplet: 3C, 03 and 0A. RGB value is (60,3,10). Sum of RGB (Red+Green+Blue) = 60+3+10=73 (9% of max value = 765). Red value is 60 (23.83% from 255 or 82.19% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 60 - color contains mainly: red. Hex color #3C030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C030A is #C3FCF5. Grayscale: #141414. Windows color (decimal): -12844278 or 656188. OLE color: 656188.

HSL color Cylindrical-coordinate representation of color #3C030A: hue angle of 352.63º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3C030A is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.76.

Color convert

RGB60310-
CMYK00.950.830.76
HSL352.63º90.48%12.35%-
HSV(B)352.63º95%23.53%-
XYZ1.951.050.39-
YUV20.84121.88155.93-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 82.19%
GREEN value IS 3 (1.56% from 255) = 4.11%
BLUE value IS 10 (4.30% from 255) = 13.70%
R=82.19%
G=4.11%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6031000.950.830.76352.6390.4812.35
Hex3C3A05F534C1615ac
Octal74312013712311454113214
Binary111100111010010111111010011100110010110000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,3,10); }

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

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

 a { background-color: rgb(60,3,10); }

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

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

 span { border-color: rgb(60,3,10); }

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