Html Css Color HEX #3B0317 Rustic Red

📋 copy color: '#3B0317'

red 59 ◦ green 3 ◦ blue 23

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

Shades of Rustic Red #3B0317

Tints of Rustic Red #3B0317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.53%

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

R = 69.41%
G = 3.53%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.61

 K value IS 0.77

RGB Variations

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

Color information

#3B0317 (or 0x3B0317) is known color: Rustic Red. HEX triplet: 3B, 03 and 17. RGB value is (59,3,23). Sum of RGB (Red+Green+Blue) = 59+3+23=85 (11% of max value = 765). Red value is 59 (23.44% from 255 or 69.41% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0317 is #C4FCE8. Grayscale: #161616. Windows color (decimal): -12909801 or 1508155. OLE color: 1508155.

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

Color convert

RGB 59 3 23 -
CMYK 0 0.95 0.61 0.77
HSL 338.57º 0.9% 0.12% -
HSV(B) 338.57º 0.95% 0.23% -
XYZ 1.99 1.06 0.91 -
YUV 22.02 128.55 154.37 -
System Red Green Blue C M Y K H S L
Decimal 59 3 23 0 0.95 0.61 0.77 338.57 0.9 0.12
Hex 3B 3 17 0 5F 3D 4D 153 5A C
Octal 73 3 27 0 137 75 115 523 132 14
Binary 111011 11 10111 0 1011111 111101 1001101 101010011 1011010 1100

Color Harmonies of #3B0317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0317

Black with #3B0317

Text Example


Text Example

White with #3B0317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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