#3D071A

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

Shades of Rustic Red #3D071A

Tints of Rustic Red #3D071A

Color information

#3D071A (or 0x3D071A) is unknown color: approx Rustic Red. HEX triplet: 3D, 07 and 1A. RGB value is (61,7,26). Sum of RGB (Red+Green+Blue) = 61+7+26=94 (12% of max value = 765). Red value is 61 (24.22% from 255 or 64.89% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 26 (10.55% from 255 or 27.66% from 94); Max value from RGB is 61 - color contains mainly: red. Hex color #3D071A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D071A is #C2F8E5. Grayscale: #191919. Windows color (decimal): -12777702 or 1705789. OLE color: 1705789.

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

Color convert

RGB61726-
CMYK00.890.570.76
HSL338.89º79.41%13.33%-
HSV(B)338.89º88.52%23.92%-
XYZ2.191.221.1-
YUV25.31128.39153.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 64.89%
GREEN value IS 7 (3.12% from 255) = 7.45%
BLUE value IS 26 (10.55% from 255) = 27.66%
R=64.89%
G=7.45%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.57
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6172600.890.570.76338.8979.4113.33
Hex3D71A059394C1534fd
Octal7573201317111452311715
Binary1111011111101001011001111001100110010101001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D071A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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