Html Css Color HEX #3F151B Rustic Red

📋 copy color: '#3F151B'

red 63 ◦ green 21 ◦ blue 27

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

Shades of Rustic Red #3F151B

Tints of Rustic Red #3F151B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.92%

 BLUE value IS 27 (10.94% from 255) = 24.32%

R = 56.76%
G = 18.92%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#3F151B (or 0x3F151B) is known color: Rustic Red. HEX triplet: 3F, 15 and 1B. RGB value is (63,21,27). Sum of RGB (Red+Green+Blue) = 63+21+27=111 (14% of max value = 765). Red value is 63 (25% from 255 or 56.76% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 63 - color contains mainly: red. Hex color #3F151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F151B is #C0EAE4. Grayscale: #222222. Windows color (decimal): -12643045 or 1774911. OLE color: 1774911.

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

Color convert

RGB 63 21 27 -
CMYK 0 0.67 0.57 0.75
HSL 351.43º 0.5% 0.16% -
HSV(B) 351.43º 0.67% 0.25% -
XYZ 2.52 1.67 1.23 -
YUV 34.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 63 21 27 0 0.67 0.57 0.75 351.43 0.5 0.16
Hex 3F 15 1B 0 43 39 4B 15F 32 10
Octal 77 25 33 0 103 71 113 537 62 20
Binary 111111 10101 11011 0 1000011 111001 1001011 101011111 110010 10000

Color Harmonies of #3F151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F151B

Black with #3F151B

Text Example


Text Example

White with #3F151B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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