Html Css Color HEX #3B0F17 Rustic Red

📋 copy color: '#3B0F17'

red 59 ◦ green 15 ◦ blue 23

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

Shades of Rustic Red #3B0F17

Tints of Rustic Red #3B0F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 23.71%

R = 60.82%
G = 15.46%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.77

RGB Variations

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

Color information

#3B0F17 (or 0x3B0F17) is known color: Rustic Red. HEX triplet: 3B, 0F and 17. RGB value is (59,15,23). Sum of RGB (Red+Green+Blue) = 59+15+23=97 (12% of max value = 765). Red value is 59 (23.44% from 255 or 60.82% from 97); Green value is 15 (6.25% from 255 or 15.46% from 97); Blue value is 23 (9.38% from 255 or 23.71% from 97); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0F17 is #C4F0E8. Grayscale: #1D1D1D. Windows color (decimal): -12906729 or 1511227. OLE color: 1511227.

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

Color convert

RGB 59 15 23 -
CMYK 0 0.75 0.61 0.77
HSL 349.09º 0.59% 0.15% -
HSV(B) 349.09º 0.75% 0.23% -
XYZ 2.13 1.33 0.96 -
YUV 29.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 59 15 23 0 0.75 0.61 0.77 349.09 0.59 0.15
Hex 3B F 17 0 4B 3D 4D 15D 3B F
Octal 73 17 27 0 113 75 115 535 73 17
Binary 111011 1111 10111 0 1001011 111101 1001101 101011101 111011 1111

Color Harmonies of #3B0F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0F17

Black with #3B0F17

Text Example


Text Example

White with #3B0F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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