Html Css Color HEX #3F070C Rustic Red

📋 copy color: '#3F070C'

red 63 ◦ green 7 ◦ blue 12

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

Shades of Rustic Red #3F070C

Tints of Rustic Red #3F070C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.54%

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

R = 76.83%
G = 8.54%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#3F070C (or 0x3F070C) is known color: Rustic Red. HEX triplet: 3F, 07 and 0C. RGB value is (63,7,12). Sum of RGB (Red+Green+Blue) = 63+7+12=82 (10% of max value = 765). Red value is 63 (25% from 255 or 76.83% from 82); Green value is 7 (3.12% from 255 or 8.54% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 63 - color contains mainly: red. Hex color #3F070C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F070C is #C0F8F3. Grayscale: #181818. Windows color (decimal): -12646644 or 788287. OLE color: 788287.

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

Color convert

RGB 63 7 12 -
CMYK 0 0.89 0.81 0.75
HSL 354.64º 0.8% 0.14% -
HSV(B) 354.64º 0.89% 0.25% -
XYZ 2.19 1.24 0.47 -
YUV 24.31 121.05 155.59 -
System Red Green Blue C M Y K H S L
Decimal 63 7 12 0 0.89 0.81 0.75 354.64 0.8 0.14
Hex 3F 7 C 0 59 51 4B 163 50 E
Octal 77 7 14 0 131 121 113 543 120 16
Binary 111111 111 1100 0 1011001 1010001 1001011 101100011 1010000 1110

Color Harmonies of #3F070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F070C

Black with #3F070C

Text Example


Text Example

White with #3F070C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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