Html Css Color HEX #3F091B Rustic Red

📋 copy color: '#3F091B'

red 63 ◦ green 9 ◦ blue 27

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

Shades of Rustic Red #3F091B

Tints of Rustic Red #3F091B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 27.27%

R = 63.64%
G = 9.09%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.57

 K value IS 0.75

RGB Variations

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

Color information

#3F091B (or 0x3F091B) is known color: Rustic Red. HEX triplet: 3F, 09 and 1B. RGB value is (63,9,27). Sum of RGB (Red+Green+Blue) = 63+9+27=99 (13% of max value = 765). Red value is 63 (25% from 255 or 63.64% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 63 - color contains mainly: red. Hex color #3F091B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F091B is #C0F6E4. Grayscale: #1B1B1B. Windows color (decimal): -12646117 or 1771839. OLE color: 1771839.

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

Color convert

RGB 63 9 27 -
CMYK 0 0.86 0.57 0.75
HSL 340º 0.75% 0.14% -
HSV(B) 340º 0.86% 0.25% -
XYZ 2.35 1.33 1.17 -
YUV 27.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 63 9 27 0 0.86 0.57 0.75 340 0.75 0.14
Hex 3F 9 1B 0 56 39 4B 154 4B E
Octal 77 11 33 0 126 71 113 524 113 16
Binary 111111 1001 11011 0 1010110 111001 1001011 101010100 1001011 1110

Color Harmonies of #3F091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F091B

Black with #3F091B

Text Example


Text Example

White with #3F091B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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