Html Css Color HEX #3B080F Rustic Red

📋 copy color: '#3B080F'

red 59 ◦ green 8 ◦ blue 15

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

Shades of Rustic Red #3B080F

Tints of Rustic Red #3B080F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.76%

 BLUE value IS 15 (6.25% from 255) = 18.29%

R = 71.95%
G = 9.76%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.75

 K value IS 0.77

RGB Variations

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

Color information

#3B080F (or 0x3B080F) is known color: Rustic Red. HEX triplet: 3B, 08 and 0F. RGB value is (59,8,15). Sum of RGB (Red+Green+Blue) = 59+8+15=82 (10% of max value = 765). Red value is 59 (23.44% from 255 or 71.95% from 82); Green value is 8 (3.52% from 255 or 9.76% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 59 - color contains mainly: red. Hex color #3B080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3B080F is #C4F7F0. Grayscale: #181818. Windows color (decimal): -12908529 or 985147. OLE color: 985147.

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

Color convert

RGB 59 8 15 -
CMYK 0 0.86 0.75 0.77
HSL 351.76º 0.76% 0.13% -
HSV(B) 351.76º 0.86% 0.23% -
XYZ 1.98 1.14 0.57 -
YUV 24.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 59 8 15 0 0.86 0.75 0.77 351.76 0.76 0.13
Hex 3B 8 F 0 56 4B 4D 160 4C D
Octal 73 10 17 0 126 113 115 540 114 15
Binary 111011 1000 1111 0 1010110 1001011 1001101 101100000 1001100 1101

Color Harmonies of #3B080F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B080F

Black with #3B080F

Text Example


Text Example

White with #3B080F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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