#3D050D

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

Shades of Rustic Red #3D050D

Tints of Rustic Red #3D050D

Color information

#3D050D (or 0x3D050D) is unknown color: approx Rustic Red. HEX triplet: 3D, 05 and 0D. RGB value is (61,5,13). Sum of RGB (Red+Green+Blue) = 61+5+13=79 (10% of max value = 765). Red value is 61 (24.22% from 255 or 77.22% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 61 - color contains mainly: red. Hex color #3D050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3D050D is #C2FAF2. Grayscale: #161616. Windows color (decimal): -12778227 or 853309. OLE color: 853309.

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

Color convert

RGB61513-
CMYK00.920.790.76
HSL351.43º84.85%12.94%-
HSV(B)351.43º91.8%23.92%-
XYZ2.051.130.49-
YUV22.66122.55155.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 77.22%
GREEN value IS 5 (2.34% from 255) = 6.33%
BLUE value IS 13 (5.47% from 255) = 16.46%
R=77.22%
G=6.33%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.79
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal6151300.920.790.76351.4384.8512.94
Hex3D5D05C4F4C15f55d
Octal75515013411711453712515
Binary1111011011101010111001001111100110010101111110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D050D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,5,13); }

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

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

 a { background-color: rgb(61,5,13); }

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

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

 span { border-color: rgb(61,5,13); }

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