Html Css Color HEX #3B0917 Rustic Red

📋 copy color: '#3B0917'

red 59 ◦ green 9 ◦ blue 23

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

Shades of Rustic Red #3B0917

Tints of Rustic Red #3B0917

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.89%

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

R = 64.84%
G = 9.89%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.77

RGB Variations

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

Color information

#3B0917 (or 0x3B0917) is known color: Rustic Red. HEX triplet: 3B, 09 and 17. RGB value is (59,9,23). Sum of RGB (Red+Green+Blue) = 59+9+23=91 (12% of max value = 765). Red value is 59 (23.44% from 255 or 64.84% from 91); Green value is 9 (3.91% from 255 or 9.89% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0917 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0917 is #C4F6E8. Grayscale: #191919. Windows color (decimal): -12908265 or 1509691. OLE color: 1509691.

HSL color Cylindrical-coordinate representation of color #3B0917: hue angle of 343.2º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3B0917 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 9 23 -
CMYK 0 0.85 0.61 0.77
HSL 343.2º 0.74% 0.13% -
HSV(B) 343.2º 0.85% 0.23% -
XYZ 2.06 1.19 0.93 -
YUV 25.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 59 9 23 0 0.85 0.61 0.77 343.2 0.74 0.13
Hex 3B 9 17 0 55 3D 4D 157 4A D
Octal 73 11 27 0 125 75 115 527 112 15
Binary 111011 1001 10111 0 1010101 111101 1001101 101010111 1001010 1101

Color Harmonies of #3B0917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0917

Black with #3B0917

Text Example


Text Example

White with #3B0917

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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