Html Css Color HEX #3F1015 Rustic Red

📋 copy color: '#3F1015'

red 63 ◦ green 16 ◦ blue 21

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

Shades of Rustic Red #3F1015

Tints of Rustic Red #3F1015

RGB

 RED value IS 63 (25% from 255) = 63%

 GREEN value IS 16 (6.64% from 255) = 16%

 BLUE value IS 21 (8.59% from 255) = 21%

R = 63%
G = 16%
B = 21%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#3F1015 (or 0x3F1015) is known color: Rustic Red. HEX triplet: 3F, 10 and 15. RGB value is (63,16,21). Sum of RGB (Red+Green+Blue) = 63+16+21=100 (13% of max value = 765). Red value is 63 (25% from 255 or 63% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 21 (8.59% from 255 or 21% from 100); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1015 is #C0EFEA. Grayscale: #1E1E1E. Windows color (decimal): -12644331 or 1380415. OLE color: 1380415.

HSL color Cylindrical-coordinate representation of color #3F1015: hue angle of 353.62º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F1015 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 16 21 -
CMYK 0 0.75 0.67 0.75
HSL 353.62º 0.59% 0.15% -
HSV(B) 353.62º 0.75% 0.25% -
XYZ 2.37 1.48 0.87 -
YUV 30.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 63 16 21 0 0.75 0.67 0.75 353.62 0.59 0.15
Hex 3F 10 15 0 4B 43 4B 162 3B F
Octal 77 20 25 0 113 103 113 542 73 17
Binary 111111 10000 10101 0 1001011 1000011 1001011 101100010 111011 1111

Color Harmonies of #3F1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1015

Black with #3F1015

Text Example


Text Example

White with #3F1015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,16,21); }

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

background-color css

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

 a { background-color: rgb(63,16,21); }

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

border-color css

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

 span { border-color: rgb(63,16,21); }

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