#3B0308

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

Shades of Rustic Red #3B0308

Tints of Rustic Red #3B0308

Color information

#3B0308 (or 0x3B0308) is unknown color: approx Rustic Red. HEX triplet: 3B, 03 and 08. RGB value is (59,3,8). Sum of RGB (Red+Green+Blue) = 59+3+8=70 (9% of max value = 765). Red value is 59 (23.44% from 255 or 84.29% from 70); Green value is 3 (1.56% from 255 or 4.29% from 70); Blue value is 8 (3.52% from 255 or 11.43% from 70); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0308 is #C4FCF7. Grayscale: #141414. Windows color (decimal): -12909816 or 525115. OLE color: 525115.

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

Color convert

RGB5938-
CMYK00.950.860.77
HSL354.64º90.32%12.16%-
HSV(B)354.64º94.92%23.14%-
XYZ1.881.010.33-
YUV20.31121.05155.59-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 84.29%
GREEN value IS 3 (1.56% from 255) = 4.29%
BLUE value IS 8 (3.52% from 255) = 11.43%
R=84.29%
G=4.29%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.86
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal593800.950.860.77354.6490.3212.16
Hex3B3805F564D1635ac
Octal73310013712611554313214
Binary111011111000010111111010110100110110110001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,3,8); }

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

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

 a { background-color: rgb(59,3,8); }

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

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

 span { border-color: rgb(59,3,8); }

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