Html Css Color HEX #3F070D Rustic Red

📋 copy color: '#3F070D'

red 63 ◦ green 7 ◦ blue 13

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

Shades of Rustic Red #3F070D

Tints of Rustic Red #3F070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.43%

 BLUE value IS 13 (5.47% from 255) = 15.66%

R = 75.9%
G = 8.43%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.75

RGB Variations

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

Color information

#3F070D (or 0x3F070D) is known color: Rustic Red. HEX triplet: 3F, 07 and 0D. RGB value is (63,7,13). Sum of RGB (Red+Green+Blue) = 63+7+13=83 (10% of max value = 765). Red value is 63 (25% from 255 or 75.90% from 83); Green value is 7 (3.12% from 255 or 8.43% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 63 - color contains mainly: red. Hex color #3F070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F070D is #C0F8F2. Grayscale: #181818. Windows color (decimal): -12646643 or 853823. OLE color: 853823.

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

Color convert

RGB 63 7 13 -
CMYK 0 0.89 0.79 0.75
HSL 353.57º 0.8% 0.14% -
HSV(B) 353.57º 0.89% 0.25% -
XYZ 2.2 1.24 0.5 -
YUV 24.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 63 7 13 0 0.89 0.79 0.75 353.57 0.8 0.14
Hex 3F 7 D 0 59 4F 4B 162 50 E
Octal 77 7 15 0 131 117 113 542 120 16
Binary 111111 111 1101 0 1011001 1001111 1001011 101100010 1010000 1110

Color Harmonies of #3F070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F070D

Black with #3F070D

Text Example


Text Example

White with #3F070D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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