Html Css Color HEX #3F0009 Rustic Red

📋 copy color: '#3F0009'

red 63 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #3F0009

Tints of Rustic Red #3F0009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 12.5%

R = 87.5%
G = 0%
B = 12.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#3F0009 (or 0x3F0009) is known color: Rustic Red. HEX triplet: 3F, 00 and 09. RGB value is (63,0,9). Sum of RGB (Red+Green+Blue) = 63+0+9=72 (9% of max value = 765). Red value is 63 (25% from 255 or 87.5% from 72); Green value is 0 (0.39% from 255 or 0% from 72); Blue value is 9 (3.91% from 255 or 12.5% from 72); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0009 is #C0FFF6. Grayscale: #131313. Windows color (decimal): -12648439 or 589887. OLE color: 589887.

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

Color convert

RGB 63 0 9 -
CMYK 0 1 0.86 0.75
HSL 351.43º 1% 0.12% -
HSV(B) 351.43º 1% 0.25% -
XYZ 2.1 1.08 0.36 -
YUV 19.86 121.87 158.77 -
System Red Green Blue C M Y K H S L
Decimal 63 0 9 0 1 0.86 0.75 351.43 1 0.12
Hex 3F 0 9 0 64 56 4B 15F 64 C
Octal 77 0 11 0 144 126 113 537 144 14
Binary 111111 0 1001 0 1100100 1010110 1001011 101011111 1100100 1100

Color Harmonies of #3F0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0009

Black with #3F0009

Text Example


Text Example

White with #3F0009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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