Html Css Color HEX #3F0615 Rustic Red

📋 copy color: '#3F0615'

red 63 ◦ green 6 ◦ blue 21

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

Shades of Rustic Red #3F0615

Tints of Rustic Red #3F0615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.67%

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

R = 70%
G = 6.67%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#3F0615 (or 0x3F0615) is known color: Rustic Red. HEX triplet: 3F, 06 and 15. RGB value is (63,6,21). Sum of RGB (Red+Green+Blue) = 63+6+21=90 (11% of max value = 765). Red value is 63 (25% from 255 or 70% from 90); Green value is 6 (2.73% from 255 or 6.67% from 90); Blue value is 21 (8.59% from 255 or 23.33% from 90); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0615 is #C0F9EA. Grayscale: #181818. Windows color (decimal): -12646891 or 1377855. OLE color: 1377855.

HSL color Cylindrical-coordinate representation of color #3F0615: hue angle of 344.21º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0615 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 6 21 -
CMYK 0 0.90 0.67 0.75
HSL 344.21º 0.83% 0.14% -
HSV(B) 344.21º 0.9% 0.25% -
XYZ 2.25 1.24 0.83 -
YUV 24.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 63 6 21 0 0.90 0.67 0.75 344.21 0.83 0.14
Hex 3F 6 15 0 5A 43 4B 158 53 E
Octal 77 6 25 0 132 103 113 530 123 16
Binary 111111 110 10101 0 1011010 1000011 1001011 101011000 1010011 1110

Color Harmonies of #3F0615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0615

Black with #3F0615

Text Example


Text Example

White with #3F0615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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