Html Css Color HEX #3F040C Rustic Red

📋 copy color: '#3F040C'

red 63 ◦ green 4 ◦ blue 12

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

Shades of Rustic Red #3F040C

Tints of Rustic Red #3F040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.06%

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

R = 79.75%
G = 5.06%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#3F040C (or 0x3F040C) is known color: Rustic Red. HEX triplet: 3F, 04 and 0C. RGB value is (63,4,12). Sum of RGB (Red+Green+Blue) = 63+4+12=79 (10% of max value = 765). Red value is 63 (25% from 255 or 79.75% from 79); Green value is 4 (1.95% from 255 or 5.06% from 79); Blue value is 12 (5.08% from 255 or 15.19% from 79); Max value from RGB is 63 - color contains mainly: red. Hex color #3F040C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F040C is #C0FBF3. Grayscale: #161616. Windows color (decimal): -12647412 or 787519. OLE color: 787519.

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

Color convert

RGB 63 4 12 -
CMYK 0 0.94 0.81 0.75
HSL 351.86º 0.88% 0.13% -
HSV(B) 351.86º 0.94% 0.25% -
XYZ 2.16 1.17 0.46 -
YUV 22.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 63 4 12 0 0.94 0.81 0.75 351.86 0.88 0.13
Hex 3F 4 C 0 5E 51 4B 160 58 D
Octal 77 4 14 0 136 121 113 540 130 15
Binary 111111 100 1100 0 1011110 1010001 1001011 101100000 1011000 1101

Color Harmonies of #3F040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F040C

Black with #3F040C

Text Example


Text Example

White with #3F040C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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