#3D080A

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

Shades of Rustic Red #3D080A

Tints of Rustic Red #3D080A

Color information

#3D080A (or 0x3D080A) is unknown color: approx Rustic Red. HEX triplet: 3D, 08 and 0A. RGB value is (61,8,10). Sum of RGB (Red+Green+Blue) = 61+8+10=79 (10% of max value = 765). Red value is 61 (24.22% from 255 or 77.22% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 61 - color contains mainly: red. Hex color #3D080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D080A is #C2F7F5. Grayscale: #181818. Windows color (decimal): -12777462 or 657469. OLE color: 657469.

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

Color convert

RGB61810-
CMYK00.870.840.76
HSL357.74º76.81%13.53%-
HSV(B)357.74º86.89%23.92%-
XYZ2.071.190.41-
YUV24.08120.06154.34-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 77.22%
GREEN value IS 8 (3.52% from 255) = 10.13%
BLUE value IS 10 (4.30% from 255) = 12.66%
R=77.22%
G=10.13%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.84
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6181000.870.840.76357.7476.8113.53
Hex3D8A057544C1664de
Octal751012012712411454611516
Binary11110110001010010101111010100100110010110011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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