Html Css Color HEX #3B1415 Rustic Red

📋 copy color: '#3B1415'

red 59 ◦ green 20 ◦ blue 21

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

Shades of Rustic Red #3B1415

Tints of Rustic Red #3B1415

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20%

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

R = 59%
G = 20%
B = 21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#3B1415 (or 0x3B1415) is known color: Rustic Red. HEX triplet: 3B, 14 and 15. RGB value is (59,20,21). Sum of RGB (Red+Green+Blue) = 59+20+21=100 (13% of max value = 765). Red value is 59 (23.44% from 255 or 59% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 59 - color contains mainly: red. Hex color #3B1415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B1415 is #C4EBEA. Grayscale: #1F1F1F. Windows color (decimal): -12905451 or 1381435. OLE color: 1381435.

HSL color Cylindrical-coordinate representation of color #3B1415: hue angle of 358.46º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B1415 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 20 21 -
CMYK 0 0.66 0.64 0.77
HSL 358.46º 0.49% 0.15% -
HSV(B) 358.46º 0.66% 0.23% -
XYZ 2.19 1.48 0.88 -
YUV 31.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 59 20 21 0 0.66 0.64 0.77 358.46 0.49 0.15
Hex 3B 14 15 0 42 40 4D 166 31 F
Octal 73 24 25 0 102 100 115 546 61 17
Binary 111011 10100 10101 0 1000010 1000000 1001101 101100110 110001 1111

Color Harmonies of #3B1415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B1415

Black with #3B1415

Text Example


Text Example

White with #3B1415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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