Html Css Color HEX #3F121B Rustic Red

📋 copy color: '#3F121B'

red 63 ◦ green 18 ◦ blue 27

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

Shades of Rustic Red #3F121B

Tints of Rustic Red #3F121B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.67%

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

R = 58.33%
G = 16.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#3F121B (or 0x3F121B) is known color: Rustic Red. HEX triplet: 3F, 12 and 1B. RGB value is (63,18,27). Sum of RGB (Red+Green+Blue) = 63+18+27=108 (14% of max value = 765). Red value is 63 (25% from 255 or 58.33% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 63 - color contains mainly: red. Hex color #3F121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F121B is #C0EDE4. Grayscale: #202020. Windows color (decimal): -12643813 or 1774143. OLE color: 1774143.

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

Color convert

RGB 63 18 27 -
CMYK 0 0.71 0.57 0.75
HSL 348º 0.56% 0.16% -
HSV(B) 348º 0.71% 0.25% -
XYZ 2.46 1.57 1.21 -
YUV 32.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 63 18 27 0 0.71 0.57 0.75 348 0.56 0.16
Hex 3F 12 1B 0 47 39 4B 15C 38 10
Octal 77 22 33 0 107 71 113 534 70 20
Binary 111111 10010 11011 0 1000111 111001 1001011 101011100 111000 10000

Color Harmonies of #3F121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F121B

Black with #3F121B

Text Example


Text Example

White with #3F121B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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