Html Css Color HEX #3B0313 Rustic Red

📋 copy color: '#3B0313'

red 59 ◦ green 3 ◦ blue 19

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

Shades of Rustic Red #3B0313

Tints of Rustic Red #3B0313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 23.46%

R = 72.84%
G = 3.7%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.68

 K value IS 0.77

RGB Variations

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

Color information

#3B0313 (or 0x3B0313) is known color: Rustic Red. HEX triplet: 3B, 03 and 13. RGB value is (59,3,19). Sum of RGB (Red+Green+Blue) = 59+3+19=81 (10% of max value = 765). Red value is 59 (23.44% from 255 or 72.84% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 19 (7.81% from 255 or 23.46% from 81); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0313 is #C4FCEC. Grayscale: #151515. Windows color (decimal): -12909805 or 1246011. OLE color: 1246011.

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

Color convert

RGB 59 3 19 -
CMYK 0 0.95 0.68 0.77
HSL 342.86º 0.9% 0.12% -
HSV(B) 342.86º 0.95% 0.23% -
XYZ 1.95 1.04 0.71 -
YUV 21.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 59 3 19 0 0.95 0.68 0.77 342.86 0.9 0.12
Hex 3B 3 13 0 5F 44 4D 157 5A C
Octal 73 3 23 0 137 104 115 527 132 14
Binary 111011 11 10011 0 1011111 1000100 1001101 101010111 1011010 1100

Color Harmonies of #3B0313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0313

Black with #3B0313

Text Example


Text Example

White with #3B0313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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