Html Css Color HEX #3F0D15 Rustic Red

📋 copy color: '#3F0D15'

red 63 ◦ green 13 ◦ blue 21

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

Shades of Rustic Red #3F0D15

Tints of Rustic Red #3F0D15

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.4%

 BLUE value IS 21 (8.59% from 255) = 21.65%

R = 64.95%
G = 13.4%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#3F0D15 (or 0x3F0D15) is known color: Rustic Red. HEX triplet: 3F, 0D and 15. RGB value is (63,13,21). Sum of RGB (Red+Green+Blue) = 63+13+21=97 (12% of max value = 765). Red value is 63 (25% from 255 or 64.95% from 97); Green value is 13 (5.47% from 255 or 13.40% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0D15 is #C0F2EA. Grayscale: #1C1C1C. Windows color (decimal): -12645099 or 1379647. OLE color: 1379647.

HSL color Cylindrical-coordinate representation of color #3F0D15: hue angle of 350.4º degrees, saturation: 0.66, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3F0D15 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 13 21 -
CMYK 0 0.79 0.67 0.75
HSL 350.4º 0.66% 0.15% -
HSV(B) 350.4º 0.79% 0.25% -
XYZ 2.33 1.4 0.86 -
YUV 28.86 123.57 152.35 -
System Red Green Blue C M Y K H S L
Decimal 63 13 21 0 0.79 0.67 0.75 350.4 0.66 0.15
Hex 3F D 15 0 4F 43 4B 15E 42 F
Octal 77 15 25 0 117 103 113 536 102 17
Binary 111111 1101 10101 0 1001111 1000011 1001011 101011110 1000010 1111

Color Harmonies of #3F0D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0D15

Black with #3F0D15

Text Example


Text Example

White with #3F0D15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,13,21); }

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

background-color css

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

 a { background-color: rgb(63,13,21); }

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

border-color css

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

 span { border-color: rgb(63,13,21); }

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