Html Css Color HEX #3F0113 Rustic Red

📋 copy color: '#3F0113'

red 63 ◦ green 1 ◦ blue 19

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

Shades of Rustic Red #3F0113

Tints of Rustic Red #3F0113

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.2%

 BLUE value IS 19 (7.81% from 255) = 22.89%

R = 75.9%
G = 1.2%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#3F0113 (or 0x3F0113) is known color: Rustic Red. HEX triplet: 3F, 01 and 13. RGB value is (63,1,19). Sum of RGB (Red+Green+Blue) = 63+1+19=83 (10% of max value = 765). Red value is 63 (25% from 255 or 75.90% from 83); Green value is 1 (0.78% from 255 or 1.20% from 83); Blue value is 19 (7.81% from 255 or 22.89% from 83); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0113 is #C0FEEC. Grayscale: #151515. Windows color (decimal): -12648173 or 1245503. OLE color: 1245503.

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

Color convert

RGB 63 1 19 -
CMYK 0 0.98 0.70 0.75
HSL 342.58º 0.97% 0.13% -
HSV(B) 342.58º 0.98% 0.25% -
XYZ 2.18 1.13 0.72 -
YUV 21.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 63 1 19 0 0.98 0.70 0.75 342.58 0.97 0.13
Hex 3F 1 13 0 62 46 4B 157 61 D
Octal 77 1 23 0 142 106 113 527 141 15
Binary 111111 1 10011 0 1100010 1000110 1001011 101010111 1100001 1101

Color Harmonies of #3F0113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0113

Black with #3F0113

Text Example


Text Example

White with #3F0113

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,1,19); }

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

background-color css

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

 a { background-color: rgb(63,1,19); }

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

border-color css

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

 span { border-color: rgb(63,1,19); }

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