Html Css Color HEX #3F0006 Rustic Red

📋 copy color: '#3F0006'

red 63 ◦ green 0 ◦ blue 6

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

Shades of Rustic Red #3F0006

Tints of Rustic Red #3F0006

RGB

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

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

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

R = 91.3%
G = 0%
B = 8.7%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.75

RGB Variations

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

Color information

#3F0006 (or 0x3F0006) is known color: Rustic Red. HEX triplet: 3F, 00 and 06. RGB value is (63,0,6). Sum of RGB (Red+Green+Blue) = 63+0+6=69 (9% of max value = 765). Red value is 63 (25% from 255 or 91.30% from 69); Green value is 0 (0.39% from 255 or 0% from 69); Blue value is 6 (2.73% from 255 or 8.70% from 69); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0006 is #C0FFF9. Grayscale: #131313. Windows color (decimal): -12648442 or 393279. OLE color: 393279.

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

Color convert

RGB 63 0 6 -
CMYK 0 1 0.90 0.75
HSL 354.29º 1% 0.12% -
HSV(B) 354.29º 1% 0.25% -
XYZ 2.08 1.07 0.27 -
YUV 19.52 120.37 159.01 -
System Red Green Blue C M Y K H S L
Decimal 63 0 6 0 1 0.90 0.75 354.29 1 0.12
Hex 3F 0 6 0 64 5A 4B 162 64 C
Octal 77 0 6 0 144 132 113 542 144 14
Binary 111111 0 110 0 1100100 1011010 1001011 101100010 1100100 1100

Color Harmonies of #3F0006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0006

Black with #3F0006

Text Example


Text Example

White with #3F0006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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