Html Css Color HEX #3F0409 Rustic Red

📋 copy color: '#3F0409'

red 63 ◦ green 4 ◦ blue 9

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

Shades of Rustic Red #3F0409

Tints of Rustic Red #3F0409

RGB

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

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

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

R = 82.89%
G = 5.26%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.86

 K value IS 0.75

RGB Variations

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

Color information

#3F0409 (or 0x3F0409) is known color: Rustic Red. HEX triplet: 3F, 04 and 09. RGB value is (63,4,9). Sum of RGB (Red+Green+Blue) = 63+4+9=76 (10% of max value = 765). Red value is 63 (25% from 255 or 82.89% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 9 (3.91% from 255 or 11.84% from 76); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0409 is #C0FBF6. Grayscale: #161616. Windows color (decimal): -12647415 or 590911. OLE color: 590911.

HSL color Cylindrical-coordinate representation of color #3F0409: hue angle of 354.92º 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 #3F0409 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 4 9 -
CMYK 0 0.94 0.86 0.75
HSL 354.92º 0.88% 0.13% -
HSV(B) 354.92º 0.94% 0.25% -
XYZ 2.14 1.16 0.37 -
YUV 22.21 120.55 157.09 -
System Red Green Blue C M Y K H S L
Decimal 63 4 9 0 0.94 0.86 0.75 354.92 0.88 0.13
Hex 3F 4 9 0 5E 56 4B 163 58 D
Octal 77 4 11 0 136 126 113 543 130 15
Binary 111111 100 1001 0 1011110 1010110 1001011 101100011 1011000 1101

Color Harmonies of #3F0409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0409

Black with #3F0409

Text Example


Text Example

White with #3F0409

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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