#3D030F

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

Shades of Rustic Red #3D030F

Tints of Rustic Red #3D030F

Color information

#3D030F (or 0x3D030F) is unknown color: approx Rustic Red. HEX triplet: 3D, 03 and 0F. RGB value is (61,3,15). Sum of RGB (Red+Green+Blue) = 61+3+15=79 (10% of max value = 765). Red value is 61 (24.22% from 255 or 77.22% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 15 (6.25% from 255 or 18.99% from 79); Max value from RGB is 61 - color contains mainly: red. Hex color #3D030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D030F is #C2FCF0. Grayscale: #151515. Windows color (decimal): -12778737 or 983869. OLE color: 983869.

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

Color convert

RGB61315-
CMYK00.950.750.76
HSL347.59º90.62%12.55%-
HSV(B)347.59º95.08%23.92%-
XYZ2.041.090.55-
YUV21.71124.22156.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 77.22%
GREEN value IS 3 (1.56% from 255) = 3.80%
BLUE value IS 15 (6.25% from 255) = 18.99%
R=77.22%
G=3.80%
B=18.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.75
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6131500.950.750.76347.5990.6212.55
Hex3D3F05F4B4C15c5bd
Octal75317013711311453413315
Binary111101111111010111111001011100110010101110010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,3,15); }

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

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

 a { background-color: rgb(61,3,15); }

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

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

 span { border-color: rgb(61,3,15); }

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