#3B010C

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

Shades of Rustic Red #3B010C

Tints of Rustic Red #3B010C

Color information

#3B010C (or 0x3B010C) is unknown color: approx Rustic Red. HEX triplet: 3B, 01 and 0C. RGB value is (59,1,12). Sum of RGB (Red+Green+Blue) = 59+1+12=72 (9% of max value = 765). Red value is 59 (23.44% from 255 or 81.94% from 72); Green value is 1 (0.78% from 255 or 1.39% from 72); Blue value is 12 (5.08% from 255 or 16.67% from 72); Max value from RGB is 59 - color contains mainly: red. Hex color #3B010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B010C is #C4FEF3. Grayscale: #131313. Windows color (decimal): -12910324 or 786747. OLE color: 786747.

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

Color convert

RGB59112-
CMYK00.980.800.77
HSL348.62º96.67%11.76%-
HSV(B)348.62º98.31%23.14%-
XYZ1.880.980.44-
YUV19.6123.72156.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 81.94%
GREEN value IS 1 (0.78% from 255) = 1.39%
BLUE value IS 12 (5.08% from 255) = 16.67%
R=81.94%
G=1.39%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.80
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5911200.980.800.77348.6296.6711.76
Hex3B1C062504D15d61c
Octal73114014212011553514114
Binary11101111100011000101010000100110110101110111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,1,12); }

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

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

 a { background-color: rgb(59,1,12); }

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

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

 span { border-color: rgb(59,1,12); }

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