Html Css Color HEX #3F0117 Rustic Red

📋 copy color: '#3F0117'

red 63 ◦ green 1 ◦ blue 23

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

Shades of Rustic Red #3F0117

Tints of Rustic Red #3F0117

RGB

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

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

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

R = 72.41%
G = 1.15%
B = 26.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#3F0117 (or 0x3F0117) is known color: Rustic Red. HEX triplet: 3F, 01 and 17. RGB value is (63,1,23). Sum of RGB (Red+Green+Blue) = 63+1+23=87 (11% of max value = 765). Red value is 63 (25% from 255 or 72.41% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 23 (9.38% from 255 or 26.44% from 87); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0117 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0117 is #C0FEE8. Grayscale: #161616. Windows color (decimal): -12648169 or 1507647. OLE color: 1507647.

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

Color convert

RGB 63 1 23 -
CMYK 0 0.98 0.63 0.75
HSL 338.71º 0.97% 0.13% -
HSV(B) 338.71º 0.98% 0.25% -
XYZ 2.22 1.14 0.91 -
YUV 22.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 63 1 23 0 0.98 0.63 0.75 338.71 0.97 0.13
Hex 3F 1 17 0 62 3F 4B 153 61 D
Octal 77 1 27 0 142 77 113 523 141 15
Binary 111111 1 10111 0 1100010 111111 1001011 101010011 1100001 1101

Color Harmonies of #3F0117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0117

Black with #3F0117

Text Example


Text Example

White with #3F0117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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