#3A0313

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

Shades of Rustic Red #3A0313

Tints of Rustic Red #3A0313

Color information

#3A0313 (or 0x3A0313) is unknown color: approx Rustic Red. HEX triplet: 3A, 03 and 13. RGB value is (58,3,19). Sum of RGB (Red+Green+Blue) = 58+3+19=80 (10% of max value = 765). Red value is 58 (23.05% from 255 or 72.5% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0313 is #C5FCEC. Grayscale: #151515. Windows color (decimal): -12975341 or 1246010. OLE color: 1246010.

HSL color Cylindrical-coordinate representation of color #3A0313: hue angle of 342.55º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3A0313 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.77.

Color convert

RGB58319-
CMYK00.950.670.77
HSL342.55º90.16%11.96%-
HSV(B)342.55º94.83%22.75%-
XYZ1.91.010.71-
YUV21.27126.72154.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 72.5%
GREEN value IS 3 (1.56% from 255) = 3.75%
BLUE value IS 19 (7.81% from 255) = 23.75%
R=72.5%
G=3.75%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.67
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5831900.950.670.77342.5590.1611.96
Hex3A31305F434D1575ac
Octal72323013710311552713214
Binary1110101110011010111111000011100110110101011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,3,19); }

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

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

 a { background-color: rgb(58,3,19); }

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

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

 span { border-color: rgb(58,3,19); }

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