#3B080D

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

Shades of Rustic Red #3B080D

Tints of Rustic Red #3B080D

Color information

#3B080D (or 0x3B080D) is unknown color: approx Rustic Red. HEX triplet: 3B, 08 and 0D. RGB value is (59,8,13). Sum of RGB (Red+Green+Blue) = 59+8+13=80 (10% of max value = 765). Red value is 59 (23.44% from 255 or 73.75% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 13 (5.47% from 255 or 16.25% from 80); Max value from RGB is 59 - color contains mainly: red. Hex color #3B080D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B080D is #C4F7F2. Grayscale: #171717. Windows color (decimal): -12908531 or 854075. OLE color: 854075.

HSL color Cylindrical-coordinate representation of color #3B080D: hue angle of 354.12º 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 #3B080D is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.77.

Color convert

RGB59813-
CMYK00.860.780.77
HSL354.12º76.12%13.14%-
HSV(B)354.12º86.44%23.14%-
XYZ1.961.130.5-
YUV23.82121.9153.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 73.75%
GREEN value IS 8 (3.52% from 255) = 10%
BLUE value IS 13 (5.47% from 255) = 16.25%
R=73.75%
G=10%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.78
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5981300.860.780.77354.1276.1213.14
Hex3B8D0564E4D1624cd
Octal731015012611611554211415
Binary11101110001101010101101001110100110110110001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B080D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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