Html Css Color HEX #3F010C Rustic Red

📋 copy color: '#3F010C'

red 63 ◦ green 1 ◦ blue 12

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

Shades of Rustic Red #3F010C

Tints of Rustic Red #3F010C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.32%

 BLUE value IS 12 (5.08% from 255) = 15.79%

R = 82.89%
G = 1.32%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#3F010C (or 0x3F010C) is known color: Rustic Red. HEX triplet: 3F, 01 and 0C. RGB value is (63,1,12). Sum of RGB (Red+Green+Blue) = 63+1+12=76 (10% of max value = 765). Red value is 63 (25% from 255 or 82.89% from 76); Green value is 1 (0.78% from 255 or 1.32% from 76); Blue value is 12 (5.08% from 255 or 15.79% from 76); Max value from RGB is 63 - color contains mainly: red. Hex color #3F010C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F010C is #C0FEF3. Grayscale: #141414. Windows color (decimal): -12648180 or 786751. OLE color: 786751.

HSL color Cylindrical-coordinate representation of color #3F010C: hue angle of 349.35º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F010C is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 1 12 -
CMYK 0 0.98 0.81 0.75
HSL 349.35º 0.97% 0.13% -
HSV(B) 349.35º 0.98% 0.25% -
XYZ 2.13 1.11 0.45 -
YUV 20.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 63 1 12 0 0.98 0.81 0.75 349.35 0.97 0.13
Hex 3F 1 C 0 62 51 4B 15D 61 D
Octal 77 1 14 0 142 121 113 535 141 15
Binary 111111 1 1100 0 1100010 1010001 1001011 101011101 1100001 1101

Color Harmonies of #3F010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F010C

Black with #3F010C

Text Example


Text Example

White with #3F010C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,1,12); }

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

background-color css

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

 a { background-color: rgb(63,1,12); }

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

border-color css

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

 span { border-color: rgb(63,1,12); }

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