Html Css Color HEX #3F1319 Rustic Red

📋 copy color: '#3F1319'

red 63 ◦ green 19 ◦ blue 25

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

Shades of Rustic Red #3F1319

Tints of Rustic Red #3F1319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.76%

 BLUE value IS 25 (10.16% from 255) = 23.36%

R = 58.88%
G = 17.76%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#3F1319 (or 0x3F1319) is known color: Rustic Red. HEX triplet: 3F, 13 and 19. RGB value is (63,19,25). Sum of RGB (Red+Green+Blue) = 63+19+25=107 (14% of max value = 765). Red value is 63 (25% from 255 or 58.88% from 107); Green value is 19 (7.81% from 255 or 17.76% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1319 is #C0ECE6. Grayscale: #202020. Windows color (decimal): -12643559 or 1643327. OLE color: 1643327.

HSL color Cylindrical-coordinate representation of color #3F1319: hue angle of 351.82º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F1319 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 19 25 -
CMYK 0 0.70 0.60 0.75
HSL 351.82º 0.54% 0.16% -
HSV(B) 351.82º 0.7% 0.25% -
XYZ 2.46 1.59 1.1 -
YUV 32.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 63 19 25 0 0.70 0.60 0.75 351.82 0.54 0.16
Hex 3F 13 19 0 46 3C 4B 160 36 10
Octal 77 23 31 0 106 74 113 540 66 20
Binary 111111 10011 11001 0 1000110 111100 1001011 101100000 110110 10000

Color Harmonies of #3F1319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1319

Black with #3F1319

Text Example


Text Example

White with #3F1319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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