Html Css Color HEX #3B0D14 Rustic Red

📋 copy color: '#3B0D14'

red 59 ◦ green 13 ◦ blue 20

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

Shades of Rustic Red #3B0D14

Tints of Rustic Red #3B0D14

RGB

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

 GREEN value IS 13 (5.47% from 255) = 14.13%

 BLUE value IS 20 (8.2% from 255) = 21.74%

R = 64.13%
G = 14.13%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.77

RGB Variations

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

Color information

#3B0D14 (or 0x3B0D14) is known color: Rustic Red. HEX triplet: 3B, 0D and 14. RGB value is (59,13,20). Sum of RGB (Red+Green+Blue) = 59+13+20=92 (12% of max value = 765). Red value is 59 (23.44% from 255 or 64.13% from 92); Green value is 13 (5.47% from 255 or 14.13% from 92); Blue value is 20 (8.20% from 255 or 21.74% from 92); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0D14 is #C4F2EB. Grayscale: #1B1B1B. Windows color (decimal): -12907244 or 1314107. OLE color: 1314107.

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

Color convert

RGB 59 13 20 -
CMYK 0 0.78 0.66 0.77
HSL 350.87º 0.64% 0.14% -
HSV(B) 350.87º 0.78% 0.23% -
XYZ 2.07 1.27 0.8 -
YUV 27.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 59 13 20 0 0.78 0.66 0.77 350.87 0.64 0.14
Hex 3B D 14 0 4E 42 4D 15F 40 E
Octal 73 15 24 0 116 102 115 537 100 16
Binary 111011 1101 10100 0 1001110 1000010 1001101 101011111 1000000 1110

Color Harmonies of #3B0D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0D14

Black with #3B0D14

Text Example


Text Example

White with #3B0D14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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