Html Css Color HEX #3F121A Rustic Red

📋 copy color: '#3F121A'

red 63 ◦ green 18 ◦ blue 26

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

Shades of Rustic Red #3F121A

Tints of Rustic Red #3F121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 24.3%

R = 58.88%
G = 16.82%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#3F121A (or 0x3F121A) is known color: Rustic Red. HEX triplet: 3F, 12 and 1A. RGB value is (63,18,26). Sum of RGB (Red+Green+Blue) = 63+18+26=107 (14% of max value = 765). Red value is 63 (25% from 255 or 58.88% from 107); Green value is 18 (7.42% from 255 or 16.82% from 107); Blue value is 26 (10.55% from 255 or 24.30% from 107); Max value from RGB is 63 - color contains mainly: red. Hex color #3F121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F121A is #C0EDE5. Grayscale: #202020. Windows color (decimal): -12643814 or 1708607. OLE color: 1708607.

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

Color convert

RGB 63 18 26 -
CMYK 0 0.71 0.59 0.75
HSL 349.33º 0.56% 0.16% -
HSV(B) 349.33º 0.71% 0.25% -
XYZ 2.45 1.56 1.15 -
YUV 32.37 124.41 149.85 -
System Red Green Blue C M Y K H S L
Decimal 63 18 26 0 0.71 0.59 0.75 349.33 0.56 0.16
Hex 3F 12 1A 0 47 3B 4B 15D 38 10
Octal 77 22 32 0 107 73 113 535 70 20
Binary 111111 10010 11010 0 1000111 111011 1001011 101011101 111000 10000

Color Harmonies of #3F121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F121A

Black with #3F121A

Text Example


Text Example

White with #3F121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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