Html Css Color HEX #3B0408 Rustic Red

📋 copy color: '#3B0408'

red 59 ◦ green 4 ◦ blue 8

#3B0408
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #3B0408

Tints of Rustic Red #3B0408

RGB

 RED value IS 59 (23.44% from 255) = 83.1%

 GREEN value IS 4 (1.95% from 255) = 5.63%

 BLUE value IS 8 (3.52% from 255) = 11.27%

R = 83.1%
G = 5.63%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.77

RGB Variations

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

Color information

#3B0408 (or 0x3B0408) is known color: Rustic Red. HEX triplet: 3B, 04 and 08. RGB value is (59,4,8). Sum of RGB (Red+Green+Blue) = 59+4+8=71 (9% of max value = 765). Red value is 59 (23.44% from 255 or 83.10% from 71); Green value is 4 (1.95% from 255 or 5.63% from 71); Blue value is 8 (3.52% from 255 or 11.27% from 71); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0408 is #C4FBF7. Grayscale: #141414. Windows color (decimal): -12909560 or 525371. OLE color: 525371.

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

Color convert

RGB 59 4 8 -
CMYK 0 0.93 0.86 0.77
HSL 355.64º 0.87% 0.12% -
HSV(B) 355.64º 0.93% 0.23% -
XYZ 1.89 1.03 0.33 -
YUV 20.9 120.72 155.17 -
System Red Green Blue C M Y K H S L
Decimal 59 4 8 0 0.93 0.86 0.77 355.64 0.87 0.12
Hex 3B 4 8 0 5D 56 4D 164 57 C
Octal 73 4 10 0 135 126 115 544 127 14
Binary 111011 100 1000 0 1011101 1010110 1001101 101100100 1010111 1100

Color Harmonies of #3B0408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0408

Black with #3B0408

Text Example


Text Example

White with #3B0408

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B0408;
 }
 .AnyTagClassName
 {
   color: #3B0408;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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