#3B0812

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

Shades of Rustic Red #3B0812

Tints of Rustic Red #3B0812

Color information

#3B0812 (or 0x3B0812) is unknown color: approx Rustic Red. HEX triplet: 3B, 08 and 12. RGB value is (59,8,18). Sum of RGB (Red+Green+Blue) = 59+8+18=85 (11% of max value = 765). Red value is 59 (23.44% from 255 or 69.41% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 18 (7.42% from 255 or 21.18% from 85); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0812 is #C4F7ED. Grayscale: #181818. Windows color (decimal): -12908526 or 1181755. OLE color: 1181755.

HSL color Cylindrical-coordinate representation of color #3B0812: hue angle of 348.24º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3B0812 is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.77.

Color convert

RGB59818-
CMYK00.860.690.77
HSL348.24º76.12%13.14%-
HSV(B)348.24º86.44%23.14%-
XYZ21.150.69-
YUV24.39124.4152.69-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 69.41%
GREEN value IS 8 (3.52% from 255) = 9.41%
BLUE value IS 18 (7.42% from 255) = 21.18%
R=69.41%
G=9.41%
B=21.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5981800.860.690.77348.2476.1213.14
Hex3B812056454D15c4cd
Octal731022012610511553411415
Binary111011100010010010101101000101100110110101110010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,8,18); }

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

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

 a { background-color: rgb(59,8,18); }

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

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

 span { border-color: rgb(59,8,18); }

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