Html Css Color HEX #3F121D Rustic Red

📋 copy color: '#3F121D'

red 63 ◦ green 18 ◦ blue 29

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

Shades of Rustic Red #3F121D

Tints of Rustic Red #3F121D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 26.36%

R = 57.27%
G = 16.36%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.75

RGB Variations

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

Color information

#3F121D (or 0x3F121D) is known color: Rustic Red. HEX triplet: 3F, 12 and 1D. RGB value is (63,18,29). Sum of RGB (Red+Green+Blue) = 63+18+29=110 (14% of max value = 765). Red value is 63 (25% from 255 or 57.27% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 63 - color contains mainly: red. Hex color #3F121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F121D is #C0EDE2. Grayscale: #202020. Windows color (decimal): -12643811 or 1905215. OLE color: 1905215.

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

Color convert

RGB 63 18 29 -
CMYK 0 0.71 0.54 0.75
HSL 345.33º 0.56% 0.16% -
HSV(B) 345.33º 0.71% 0.25% -
XYZ 2.49 1.58 1.34 -
YUV 32.71 125.91 149.61 -
System Red Green Blue C M Y K H S L
Decimal 63 18 29 0 0.71 0.54 0.75 345.33 0.56 0.16
Hex 3F 12 1D 0 47 36 4B 159 38 10
Octal 77 22 35 0 107 66 113 531 70 20
Binary 111111 10010 11101 0 1000111 110110 1001011 101011001 111000 10000

Color Harmonies of #3F121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F121D

Black with #3F121D

Text Example


Text Example

White with #3F121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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