#3A000B

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

Shades of Rustic Red #3A000B

Tints of Rustic Red #3A000B

Color information

#3A000B (or 0x3A000B) is unknown color: approx Rustic Red. HEX triplet: 3A, 00 and 0B. RGB value is (58,0,11). Sum of RGB (Red+Green+Blue) = 58+0+11=69 (9% of max value = 765). Red value is 58 (23.05% from 255 or 84.06% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 11 (4.69% from 255 or 15.94% from 69); Max value from RGB is 58 - color contains mainly: red. Hex color #3A000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A000B is #C5FFF4. Grayscale: #121212. Windows color (decimal): -12976117 or 720954. OLE color: 720954.

HSL color Cylindrical-coordinate representation of color #3A000B: hue angle of 348.62º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3A000B is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.77.

Color convert

RGB58011-
CMYK010.810.77
HSL348.62º100%11.37%-
HSV(B)348.62º100%22.75%-
XYZ1.810.920.4-
YUV18.6123.72156.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 84.06%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 15.94%
R=84.06%
G=0%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58011010.810.77348.6210011.37
Hex3A0B064514D15d64b
Octal72013014412111553514413
Binary11101001011011001001010001100110110101110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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