Html Css Color HEX #3F0206 Rustic Red

📋 copy color: '#3F0206'

red 63 ◦ green 2 ◦ blue 6

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

Shades of Rustic Red #3F0206

Tints of Rustic Red #3F0206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.82%

 BLUE value IS 6 (2.73% from 255) = 8.45%

R = 88.73%
G = 2.82%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.75

RGB Variations

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

Color information

#3F0206 (or 0x3F0206) is known color: Rustic Red. HEX triplet: 3F, 02 and 06. RGB value is (63,2,6). Sum of RGB (Red+Green+Blue) = 63+2+6=71 (9% of max value = 765). Red value is 63 (25% from 255 or 88.73% from 71); Green value is 2 (1.17% from 255 or 2.82% from 71); Blue value is 6 (2.73% from 255 or 8.45% from 71); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0206 is #C0FDF9. Grayscale: #141414. Windows color (decimal): -12647930 or 393791. OLE color: 393791.

HSL color Cylindrical-coordinate representation of color #3F0206: hue angle of 356.07º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0206 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 2 6 -
CMYK 0 0.97 0.90 0.75
HSL 356.07º 0.94% 0.13% -
HSV(B) 356.07º 0.97% 0.25% -
XYZ 2.1 1.11 0.28 -
YUV 20.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 63 2 6 0 0.97 0.90 0.75 356.07 0.94 0.13
Hex 3F 2 6 0 61 5A 4B 164 5E D
Octal 77 2 6 0 141 132 113 544 136 15
Binary 111111 10 110 0 1100001 1011010 1001011 101100100 1011110 1101

Color Harmonies of #3F0206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0206

Black with #3F0206

Text Example


Text Example

White with #3F0206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,2,6); }

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

background-color css

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

 a { background-color: rgb(63,2,6); }

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

border-color css

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

 span { border-color: rgb(63,2,6); }

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