Html Css Color HEX #3F0612 Rustic Red

📋 copy color: '#3F0612'

red 63 ◦ green 6 ◦ blue 18

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

Shades of Rustic Red #3F0612

Tints of Rustic Red #3F0612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 20.69%

R = 72.41%
G = 6.9%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#3F0612 (or 0x3F0612) is known color: Rustic Red. HEX triplet: 3F, 06 and 12. RGB value is (63,6,18). Sum of RGB (Red+Green+Blue) = 63+6+18=87 (11% of max value = 765). Red value is 63 (25% from 255 or 72.41% from 87); Green value is 6 (2.73% from 255 or 6.90% from 87); Blue value is 18 (7.42% from 255 or 20.69% from 87); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0612 is #C0F9ED. Grayscale: #181818. Windows color (decimal): -12646894 or 1181247. OLE color: 1181247.

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

Color convert

RGB 63 6 18 -
CMYK 0 0.90 0.71 0.75
HSL 347.37º 0.83% 0.14% -
HSV(B) 347.37º 0.9% 0.25% -
XYZ 2.22 1.23 0.69 -
YUV 24.41 124.38 155.52 -
System Red Green Blue C M Y K H S L
Decimal 63 6 18 0 0.90 0.71 0.75 347.37 0.83 0.14
Hex 3F 6 12 0 5A 47 4B 15B 53 E
Octal 77 6 22 0 132 107 113 533 123 16
Binary 111111 110 10010 0 1011010 1000111 1001011 101011011 1010011 1110

Color Harmonies of #3F0612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0612

Black with #3F0612

Text Example


Text Example

White with #3F0612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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