Html Css Color HEX #3F000F Rustic Red

📋 copy color: '#3F000F'

red 63 ◦ green 0 ◦ blue 15

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

Shades of Rustic Red #3F000F

Tints of Rustic Red #3F000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 19.23%

R = 80.77%
G = 0%
B = 19.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.75

RGB Variations

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

Color information

#3F000F (or 0x3F000F) is known color: Rustic Red. HEX triplet: 3F, 00 and 0F. RGB value is (63,0,15). Sum of RGB (Red+Green+Blue) = 63+0+15=78 (10% of max value = 765). Red value is 63 (25% from 255 or 80.77% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 15 (6.25% from 255 or 19.23% from 78); Max value from RGB is 63 - color contains mainly: red. Hex color #3F000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F000F is #C0FFF0. Grayscale: #141414. Windows color (decimal): -12648433 or 983103. OLE color: 983103.

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

Color convert

RGB 63 0 15 -
CMYK 0 1 0.76 0.75
HSL 345.71º 1% 0.12% -
HSV(B) 345.71º 1% 0.25% -
XYZ 2.14 1.09 0.55 -
YUV 20.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 63 0 15 0 1 0.76 0.75 345.71 1 0.12
Hex 3F 0 F 0 64 4C 4B 15A 64 C
Octal 77 0 17 0 144 114 113 532 144 14
Binary 111111 0 1111 0 1100100 1001100 1001011 101011010 1100100 1100

Color Harmonies of #3F000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F000F

Black with #3F000F

Text Example


Text Example

White with #3F000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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