Html Css Color HEX #3F121C Rustic Red

📋 copy color: '#3F121C'

red 63 ◦ green 18 ◦ blue 28

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

Shades of Rustic Red #3F121C

Tints of Rustic Red #3F121C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 25.69%

R = 57.8%
G = 16.51%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.75

RGB Variations

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

Color information

#3F121C (or 0x3F121C) is known color: Rustic Red. HEX triplet: 3F, 12 and 1C. RGB value is (63,18,28). Sum of RGB (Red+Green+Blue) = 63+18+28=109 (14% of max value = 765). Red value is 63 (25% from 255 or 57.80% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 63 - color contains mainly: red. Hex color #3F121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F121C is #C0EDE3. Grayscale: #202020. Windows color (decimal): -12643812 or 1839679. OLE color: 1839679.

HSL color Cylindrical-coordinate representation of color #3F121C: hue angle of 346.67º 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 #3F121C is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 18 28 -
CMYK 0 0.71 0.56 0.75
HSL 346.67º 0.56% 0.16% -
HSV(B) 346.67º 0.71% 0.25% -
XYZ 2.48 1.57 1.27 -
YUV 32.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 63 18 28 0 0.71 0.56 0.75 346.67 0.56 0.16
Hex 3F 12 1C 0 47 38 4B 15B 38 10
Octal 77 22 34 0 107 70 113 533 70 20
Binary 111111 10010 11100 0 1000111 111000 1001011 101011011 111000 10000

Color Harmonies of #3F121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F121C

Black with #3F121C

Text Example


Text Example

White with #3F121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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