Html Css Color HEX #3F0217 Rustic Red

📋 copy color: '#3F0217'

red 63 ◦ green 2 ◦ blue 23

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

Shades of Rustic Red #3F0217

Tints of Rustic Red #3F0217

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.27%

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

R = 71.59%
G = 2.27%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#3F0217 (or 0x3F0217) is known color: Rustic Red. HEX triplet: 3F, 02 and 17. RGB value is (63,2,23). Sum of RGB (Red+Green+Blue) = 63+2+23=88 (11% of max value = 765). Red value is 63 (25% from 255 or 71.59% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0217 is #C0FDE8. Grayscale: #161616. Windows color (decimal): -12647913 or 1507903. OLE color: 1507903.

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

Color convert

RGB 63 2 23 -
CMYK 0 0.97 0.63 0.75
HSL 339.34º 0.94% 0.13% -
HSV(B) 339.34º 0.97% 0.25% -
XYZ 2.23 1.16 0.92 -
YUV 22.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 63 2 23 0 0.97 0.63 0.75 339.34 0.94 0.13
Hex 3F 2 17 0 61 3F 4B 153 5E D
Octal 77 2 27 0 141 77 113 523 136 15
Binary 111111 10 10111 0 1100001 111111 1001011 101010011 1011110 1101

Color Harmonies of #3F0217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0217

Black with #3F0217

Text Example


Text Example

White with #3F0217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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