#3D030A

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

Shades of Rustic Red #3D030A

Tints of Rustic Red #3D030A

Color information

#3D030A (or 0x3D030A) is unknown color: approx Rustic Red. HEX triplet: 3D, 03 and 0A. RGB value is (61,3,10). Sum of RGB (Red+Green+Blue) = 61+3+10=74 (9% of max value = 765). Red value is 61 (24.22% from 255 or 82.43% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 10 (4.30% from 255 or 13.51% from 74); Max value from RGB is 61 - color contains mainly: red. Hex color #3D030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D030A is #C2FCF5. Grayscale: #151515. Windows color (decimal): -12778742 or 656189. OLE color: 656189.

HSL color Cylindrical-coordinate representation of color #3D030A: hue angle of 352.76º 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 #3D030A is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.76.

Color convert

RGB61310-
CMYK00.950.840.76
HSL352.76º90.62%12.55%-
HSV(B)352.76º95.08%23.92%-
XYZ2.011.080.39-
YUV21.14121.72156.43-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 82.43%
GREEN value IS 3 (1.56% from 255) = 4.05%
BLUE value IS 10 (4.30% from 255) = 13.51%
R=82.43%
G=4.05%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6131000.950.840.76352.7690.6212.55
Hex3D3A05F544C1615bd
Octal75312013712411454113315
Binary111101111010010111111010100100110010110000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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