#3A030F

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

Shades of Rustic Red #3A030F

Tints of Rustic Red #3A030F

Color information

#3A030F (or 0x3A030F) is unknown color: approx Rustic Red. HEX triplet: 3A, 03 and 0F. RGB value is (58,3,15). Sum of RGB (Red+Green+Blue) = 58+3+15=76 (10% of max value = 765). Red value is 58 (23.05% from 255 or 76.32% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 15 (6.25% from 255 or 19.74% from 76); Max value from RGB is 58 - color contains mainly: red. Hex color #3A030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A030F is #C5FCF0. Grayscale: #141414. Windows color (decimal): -12975345 or 983866. OLE color: 983866.

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

Color convert

RGB58315-
CMYK00.950.740.77
HSL346.91º90.16%11.96%-
HSV(B)346.91º94.83%22.75%-
XYZ1.8610.55-
YUV20.81124.72154.52-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 76.32%
GREEN value IS 3 (1.56% from 255) = 3.95%
BLUE value IS 15 (6.25% from 255) = 19.74%
R=76.32%
G=3.95%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5831500.950.740.77346.9190.1611.96
Hex3A3F05F4A4D15b5ac
Octal72317013711211553313214
Binary111010111111010111111001010100110110101101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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