Html Css Color HEX #3B0016 Rustic Red

📋 copy color: '#3B0016'

red 59 ◦ green 0 ◦ blue 22

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

Shades of Rustic Red #3B0016

Tints of Rustic Red #3B0016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 22 (8.98% from 255) = 27.16%

R = 72.84%
G = 0%
B = 27.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.77

RGB Variations

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

Color information

#3B0016 (or 0x3B0016) is known color: Rustic Red. HEX triplet: 3B, 00 and 16. RGB value is (59,0,22). Sum of RGB (Red+Green+Blue) = 59+0+22=81 (10% of max value = 765). Red value is 59 (23.44% from 255 or 72.84% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 59 - color contains mainly: red. Hex color #3B0016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B0016 is #C4FFE9. Grayscale: #141414. Windows color (decimal): -12910570 or 1441851. OLE color: 1441851.

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

Color convert

RGB 59 0 22 -
CMYK 0 1 0.63 0.77
HSL 337.63º 1% 0.12% -
HSV(B) 337.63º 1% 0.23% -
XYZ 1.95 0.99 0.85 -
YUV 20.15 129.05 155.71 -
System Red Green Blue C M Y K H S L
Decimal 59 0 22 0 1 0.63 0.77 337.63 1 0.12
Hex 3B 0 16 0 64 3F 4D 152 64 C
Octal 73 0 26 0 144 77 115 522 144 14
Binary 111011 0 10110 0 1100100 111111 1001101 101010010 1100100 1100

Color Harmonies of #3B0016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B0016

Black with #3B0016

Text Example


Text Example

White with #3B0016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,0,22); }

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

background-color css

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

 a { background-color: rgb(59,0,22); }

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

border-color css

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

 span { border-color: rgb(59,0,22); }

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