#3A0B0C

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

Shades of Rustic Red #3A0B0C

Tints of Rustic Red #3A0B0C

Color information

#3A0B0C (or 0x3A0B0C) is unknown color: approx Rustic Red. HEX triplet: 3A, 0B and 0C. RGB value is (58,11,12). Sum of RGB (Red+Green+Blue) = 58+11+12=81 (10% of max value = 765). Red value is 58 (23.05% from 255 or 71.60% from 81); Green value is 11 (4.69% from 255 or 13.58% from 81); Blue value is 12 (5.08% from 255 or 14.81% from 81); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0B0C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3A0B0C is #C5F4F3. Grayscale: #191919. Windows color (decimal): -12973300 or 789306. OLE color: 789306.

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

Color convert

RGB581112-
CMYK00.810.790.77
HSL358.72º68.12%13.53%-
HSV(B)358.72º81.03%22.75%-
XYZ1.931.170.47-
YUV25.17120.57151.42-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 71.60%
GREEN value IS 11 (4.69% from 255) = 13.58%
BLUE value IS 12 (5.08% from 255) = 14.81%
R=71.60%
G=13.58%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58111200.810.790.77358.7268.1213.53
Hex3ABC0514F4D16744e
Octal721314012111711554710416
Binary11101010111100010100011001111100110110110011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A0B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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