#3D091A

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

Shades of Rustic Red #3D091A

Tints of Rustic Red #3D091A

Color information

#3D091A (or 0x3D091A) is unknown color: approx Rustic Red. HEX triplet: 3D, 09 and 1A. RGB value is (61,9,26). Sum of RGB (Red+Green+Blue) = 61+9+26=96 (12% of max value = 765). Red value is 61 (24.22% from 255 or 63.54% from 96); Green value is 9 (3.91% from 255 or 9.38% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 61 - color contains mainly: red. Hex color #3D091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D091A is #C2F6E5. Grayscale: #1A1A1A. Windows color (decimal): -12777190 or 1706301. OLE color: 1706301.

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

Color convert

RGB61926-
CMYK00.850.570.76
HSL340.38º74.29%13.73%-
HSV(B)340.38º85.25%23.92%-
XYZ2.211.261.1-
YUV26.49127.73152.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 63.54%
GREEN value IS 9 (3.91% from 255) = 9.38%
BLUE value IS 26 (10.55% from 255) = 27.08%
R=63.54%
G=9.38%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6192600.850.570.76340.3874.2913.73
Hex3D91A055394C1544ae
Octal75113201257111452411216
Binary11110110011101001010101111001100110010101010010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,9,26); }

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

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

 a { background-color: rgb(61,9,26); }

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

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

 span { border-color: rgb(61,9,26); }

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