Html Css Color HEX #3F090D Rustic Red

📋 copy color: '#3F090D'

red 63 ◦ green 9 ◦ blue 13

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

Shades of Rustic Red #3F090D

Tints of Rustic Red #3F090D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 15.29%

R = 74.12%
G = 10.59%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.75

RGB Variations

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

Color information

#3F090D (or 0x3F090D) is known color: Rustic Red. HEX triplet: 3F, 09 and 0D. RGB value is (63,9,13). Sum of RGB (Red+Green+Blue) = 63+9+13=85 (11% of max value = 765). Red value is 63 (25% from 255 or 74.12% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 13 (5.47% from 255 or 15.29% from 85); Max value from RGB is 63 - color contains mainly: red. Hex color #3F090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F090D is #C0F6F2. Grayscale: #191919. Windows color (decimal): -12646131 or 854335. OLE color: 854335.

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

Color convert

RGB 63 9 13 -
CMYK 0 0.86 0.79 0.75
HSL 355.56º 0.75% 0.14% -
HSV(B) 355.56º 0.86% 0.25% -
XYZ 2.22 1.28 0.51 -
YUV 25.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 63 9 13 0 0.86 0.79 0.75 355.56 0.75 0.14
Hex 3F 9 D 0 56 4F 4B 164 4B E
Octal 77 11 15 0 126 117 113 544 113 16
Binary 111111 1001 1101 0 1010110 1001111 1001011 101100100 1001011 1110

Color Harmonies of #3F090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F090D

Black with #3F090D

Text Example


Text Example

White with #3F090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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