Html Css Color HEX #3F090C Rustic Red

📋 copy color: '#3F090C'

red 63 ◦ green 9 ◦ blue 12

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

Shades of Rustic Red #3F090C

Tints of Rustic Red #3F090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.71%

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

R = 75%
G = 10.71%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.75

RGB Variations

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

Color information

#3F090C (or 0x3F090C) is known color: Rustic Red. HEX triplet: 3F, 09 and 0C. RGB value is (63,9,12). Sum of RGB (Red+Green+Blue) = 63+9+12=84 (11% of max value = 765). Red value is 63 (25% from 255 or 75% from 84); Green value is 9 (3.91% from 255 or 10.71% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 63 - color contains mainly: red. Hex color #3F090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F090C is #C0F6F3. Grayscale: #191919. Windows color (decimal): -12646132 or 788799. OLE color: 788799.

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

Color convert

RGB 63 9 12 -
CMYK 0 0.86 0.81 0.75
HSL 356.67º 0.75% 0.14% -
HSV(B) 356.67º 0.86% 0.25% -
XYZ 2.21 1.28 0.48 -
YUV 25.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 63 9 12 0 0.86 0.81 0.75 356.67 0.75 0.14
Hex 3F 9 C 0 56 51 4B 165 4B E
Octal 77 11 14 0 126 121 113 545 113 16
Binary 111111 1001 1100 0 1010110 1010001 1001011 101100101 1001011 1110

Color Harmonies of #3F090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F090C

Black with #3F090C

Text Example


Text Example

White with #3F090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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