#3B0208

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

Shades of Rustic Red #3B0208

Tints of Rustic Red #3B0208

Color information

#3B0208 (or 0x3B0208) is unknown color: approx Rustic Red. HEX triplet: 3B, 02 and 08. RGB value is (59,2,8). Sum of RGB (Red+Green+Blue) = 59+2+8=69 (9% of max value = 765). Red value is 59 (23.44% from 255 or 85.51% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 8 (3.52% from 255 or 11.59% from 69); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0208 is #C4FDF7. Grayscale: #131313. Windows color (decimal): -12910072 or 524859. OLE color: 524859.

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

Color convert

RGB5928-
CMYK00.970.860.77
HSL353.68º93.44%11.96%-
HSV(B)353.68º96.61%23.14%-
XYZ1.870.990.32-
YUV19.73121.38156.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 85.51%
GREEN value IS 2 (1.17% from 255) = 2.90%
BLUE value IS 8 (3.52% from 255) = 11.59%
R=85.51%
G=2.90%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.86
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal592800.970.860.77353.6893.4411.96
Hex3B28061564D1625dc
Octal73210014112611554213514
Binary111011101000011000011010110100110110110001010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B0208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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