Html Css Color HEX #3B0F15 Rustic Red

📋 copy color: '#3B0F15'

red 59 ◦ green 15 ◦ blue 21

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

Shades of Rustic Red #3B0F15

Tints of Rustic Red #3B0F15

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.79%

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

R = 62.11%
G = 15.79%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.77

RGB Variations

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

Color information

#3B0F15 (or 0x3B0F15) is known color: Rustic Red. HEX triplet: 3B, 0F and 15. RGB value is (59,15,21). Sum of RGB (Red+Green+Blue) = 59+15+21=95 (12% of max value = 765). Red value is 59 (23.44% from 255 or 62.11% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0F15 is #C4F0EA. Grayscale: #1C1C1C. Windows color (decimal): -12906731 or 1380155. OLE color: 1380155.

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

Color convert

RGB 59 15 21 -
CMYK 0 0.75 0.64 0.77
HSL 351.82º 0.59% 0.15% -
HSV(B) 351.82º 0.75% 0.23% -
XYZ 2.11 1.33 0.85 -
YUV 28.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 59 15 21 0 0.75 0.64 0.77 351.82 0.59 0.15
Hex 3B F 15 0 4B 40 4D 160 3B F
Octal 73 17 25 0 113 100 115 540 73 17
Binary 111011 1111 10101 0 1001011 1000000 1001101 101100000 111011 1111

Color Harmonies of #3B0F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0F15

Black with #3B0F15

Text Example


Text Example

White with #3B0F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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