Html Css Color HEX #3F1617 Rustic Red

📋 copy color: '#3F1617'

red 63 ◦ green 22 ◦ blue 23

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

Shades of Rustic Red #3F1617

Tints of Rustic Red #3F1617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 20.37%

 BLUE value IS 23 (9.38% from 255) = 21.3%

R = 58.33%
G = 20.37%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#3F1617 (or 0x3F1617) is known color: Rustic Red. HEX triplet: 3F, 16 and 17. RGB value is (63,22,23). Sum of RGB (Red+Green+Blue) = 63+22+23=108 (14% of max value = 765). Red value is 63 (25% from 255 or 58.33% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 23 (9.38% from 255 or 21.30% from 108); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F1617 is #C0E9E8. Grayscale: #222222. Windows color (decimal): -12642793 or 1513023. OLE color: 1513023.

HSL color Cylindrical-coordinate representation of color #3F1617: hue angle of 358.54º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F1617 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 22 23 -
CMYK 0 0.65 0.63 0.75
HSL 358.54º 0.48% 0.17% -
HSV(B) 358.54º 0.65% 0.25% -
XYZ 2.49 1.69 1.01 -
YUV 34.37 121.58 148.42 -
System Red Green Blue C M Y K H S L
Decimal 63 22 23 0 0.65 0.63 0.75 358.54 0.48 0.17
Hex 3F 16 17 0 41 3F 4B 167 30 11
Octal 77 26 27 0 101 77 113 547 60 21
Binary 111111 10110 10111 0 1000001 111111 1001011 101100111 110000 10001

Color Harmonies of #3F1617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1617

Black with #3F1617

Text Example


Text Example

White with #3F1617

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,22,23); }

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

background-color css

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

 a { background-color: rgb(63,22,23); }

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

border-color css

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

 span { border-color: rgb(63,22,23); }

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