Html Css Color HEX #3F060A Rustic Red

📋 copy color: '#3F060A'

red 63 ◦ green 6 ◦ blue 10

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

Shades of Rustic Red #3F060A

Tints of Rustic Red #3F060A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.66%

R = 79.75%
G = 7.59%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.75

RGB Variations

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

Color information

#3F060A (or 0x3F060A) is known color: Rustic Red. HEX triplet: 3F, 06 and 0A. RGB value is (63,6,10). Sum of RGB (Red+Green+Blue) = 63+6+10=79 (10% of max value = 765). Red value is 63 (25% from 255 or 79.75% from 79); Green value is 6 (2.73% from 255 or 7.59% from 79); Blue value is 10 (4.30% from 255 or 12.66% from 79); Max value from RGB is 63 - color contains mainly: red. Hex color #3F060A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F060A is #C0F9F5. Grayscale: #171717. Windows color (decimal): -12646902 or 656959. OLE color: 656959.

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

Color convert

RGB 63 6 10 -
CMYK 0 0.90 0.84 0.75
HSL 355.79º 0.83% 0.14% -
HSV(B) 355.79º 0.9% 0.25% -
XYZ 2.17 1.21 0.41 -
YUV 23.5 120.38 156.17 -
System Red Green Blue C M Y K H S L
Decimal 63 6 10 0 0.90 0.84 0.75 355.79 0.83 0.14
Hex 3F 6 A 0 5A 54 4B 164 53 E
Octal 77 6 12 0 132 124 113 544 123 16
Binary 111111 110 1010 0 1011010 1010100 1001011 101100100 1010011 1110

Color Harmonies of #3F060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F060A

Black with #3F060A

Text Example


Text Example

White with #3F060A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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