Html Css Color HEX #3B0415 Rustic Red

📋 copy color: '#3B0415'

red 59 ◦ green 4 ◦ blue 21

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

Shades of Rustic Red #3B0415

Tints of Rustic Red #3B0415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 25%

R = 70.24%
G = 4.76%
B = 25%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#3B0415 (or 0x3B0415) is known color: Rustic Red. HEX triplet: 3B, 04 and 15. RGB value is (59,4,21). Sum of RGB (Red+Green+Blue) = 59+4+21=84 (11% of max value = 765). Red value is 59 (23.44% from 255 or 70.24% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0415 is #C4FBEA. Grayscale: #161616. Windows color (decimal): -12909547 or 1377339. OLE color: 1377339.

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

Color convert

RGB 59 4 21 -
CMYK 0 0.93 0.64 0.77
HSL 341.45º 0.87% 0.12% -
HSV(B) 341.45º 0.93% 0.23% -
XYZ 1.98 1.07 0.81 -
YUV 22.38 127.22 154.12 -
System Red Green Blue C M Y K H S L
Decimal 59 4 21 0 0.93 0.64 0.77 341.45 0.87 0.12
Hex 3B 4 15 0 5D 40 4D 155 57 C
Octal 73 4 25 0 135 100 115 525 127 14
Binary 111011 100 10101 0 1011101 1000000 1001101 101010101 1010111 1100

Color Harmonies of #3B0415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0415

Black with #3B0415

Text Example


Text Example

White with #3B0415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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