Html Css Color HEX #3F0315 Rustic Red

📋 copy color: '#3F0315'

red 63 ◦ green 3 ◦ blue 21

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

Shades of Rustic Red #3F0315

Tints of Rustic Red #3F0315

RGB

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

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

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

R = 72.41%
G = 3.45%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.75

RGB Variations

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

Color information

#3F0315 (or 0x3F0315) is known color: Rustic Red. HEX triplet: 3F, 03 and 15. RGB value is (63,3,21). Sum of RGB (Red+Green+Blue) = 63+3+21=87 (11% of max value = 765). Red value is 63 (25% from 255 or 72.41% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0315 is #C0FCEA. Grayscale: #161616. Windows color (decimal): -12647659 or 1377087. OLE color: 1377087.

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

Color convert

RGB 63 3 21 -
CMYK 0 0.95 0.67 0.75
HSL 342º 0.91% 0.13% -
HSV(B) 342º 0.95% 0.25% -
XYZ 2.22 1.18 0.82 -
YUV 22.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 63 3 21 0 0.95 0.67 0.75 342 0.91 0.13
Hex 3F 3 15 0 5F 43 4B 156 5B D
Octal 77 3 25 0 137 103 113 526 133 15
Binary 111111 11 10101 0 1011111 1000011 1001011 101010110 1011011 1101

Color Harmonies of #3F0315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0315

Black with #3F0315

Text Example


Text Example

White with #3F0315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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