#3A080B

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

Shades of Rustic Red #3A080B

Tints of Rustic Red #3A080B

Color information

#3A080B (or 0x3A080B) is unknown color: approx Rustic Red. HEX triplet: 3A, 08 and 0B. RGB value is (58,8,11). Sum of RGB (Red+Green+Blue) = 58+8+11=77 (10% of max value = 765). Red value is 58 (23.05% from 255 or 75.32% from 77); Green value is 8 (3.52% from 255 or 10.39% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 58 - color contains mainly: red. Hex color #3A080B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A080B is #C5F7F4. Grayscale: #171717. Windows color (decimal): -12974069 or 723002. OLE color: 723002.

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

Color convert

RGB58811-
CMYK00.860.810.77
HSL356.4º75.76%12.94%-
HSV(B)356.4º86.21%22.75%-
XYZ1.891.10.43-
YUV23.29121.06152.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 75.32%
GREEN value IS 8 (3.52% from 255) = 10.39%
BLUE value IS 11 (4.69% from 255) = 14.29%
R=75.32%
G=10.39%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.81
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5881100.860.810.77356.475.7612.94
Hex3A8B056514D1644cd
Octal721013012612111554411415
Binary11101010001011010101101010001100110110110010010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,8,11); }

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

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

 a { background-color: rgb(58,8,11); }

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

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

 span { border-color: rgb(58,8,11); }

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