#3B080A

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

Shades of Rustic Red #3B080A

Tints of Rustic Red #3B080A

Color information

#3B080A (or 0x3B080A) is unknown color: approx Rustic Red. HEX triplet: 3B, 08 and 0A. RGB value is (59,8,10). Sum of RGB (Red+Green+Blue) = 59+8+10=77 (10% of max value = 765). Red value is 59 (23.44% from 255 or 76.62% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 59 - color contains mainly: red. Hex color #3B080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B080A is #C4F7F5. Grayscale: #171717. Windows color (decimal): -12908534 or 657467. OLE color: 657467.

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

Color convert

RGB59810-
CMYK00.860.830.77
HSL357.65º76.12%13.14%-
HSV(B)357.65º86.44%23.14%-
XYZ1.951.130.4-
YUV23.48120.4153.34-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 76.62%
GREEN value IS 8 (3.52% from 255) = 10.39%
BLUE value IS 10 (4.30% from 255) = 12.99%
R=76.62%
G=10.39%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5981000.860.830.77357.6576.1213.14
Hex3B8A056534D1664cd
Octal731012012612311554611415
Binary11101110001010010101101010011100110110110011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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