Html Css Color HEX #3F0317 Rustic Red

📋 copy color: '#3F0317'

red 63 ◦ green 3 ◦ blue 23

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

Shades of Rustic Red #3F0317

Tints of Rustic Red #3F0317

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.37%

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

R = 70.79%
G = 3.37%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#3F0317 (or 0x3F0317) is known color: Rustic Red. HEX triplet: 3F, 03 and 17. RGB value is (63,3,23). Sum of RGB (Red+Green+Blue) = 63+3+23=89 (11% of max value = 765). Red value is 63 (25% from 255 or 70.79% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 23 (9.38% from 255 or 25.84% from 89); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0317 is #C0FCE8. Grayscale: #171717. Windows color (decimal): -12647657 or 1508159. OLE color: 1508159.

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

Color convert

RGB 63 3 23 -
CMYK 0 0.95 0.63 0.75
HSL 340º 0.91% 0.13% -
HSV(B) 340º 0.95% 0.25% -
XYZ 2.24 1.18 0.92 -
YUV 23.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 63 3 23 0 0.95 0.63 0.75 340 0.91 0.13
Hex 3F 3 17 0 5F 3F 4B 154 5B D
Octal 77 3 27 0 137 77 113 524 133 15
Binary 111111 11 10111 0 1011111 111111 1001011 101010100 1011011 1101

Color Harmonies of #3F0317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0317

Black with #3F0317

Text Example


Text Example

White with #3F0317

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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