Html Css Color HEX #3F0204 Rustic Red

📋 copy color: '#3F0204'

red 63 ◦ green 2 ◦ blue 4

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

Shades of Rustic Red #3F0204

Tints of Rustic Red #3F0204

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.9%

 BLUE value IS 4 (1.95% from 255) = 5.8%

R = 91.3%
G = 2.9%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#3F0204 (or 0x3F0204) is known color: Rustic Red. HEX triplet: 3F, 02 and 04. RGB value is (63,2,4). Sum of RGB (Red+Green+Blue) = 63+2+4=69 (9% of max value = 765). Red value is 63 (25% from 255 or 91.30% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 4 (1.95% from 255 or 5.80% from 69); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0204 is #C0FDFB. Grayscale: #141414. Windows color (decimal): -12647932 or 262719. OLE color: 262719.

HSL color Cylindrical-coordinate representation of color #3F0204: hue angle of 358.03º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F0204 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 2 4 -
CMYK 0 0.97 0.94 0.75
HSL 358.03º 0.94% 0.13% -
HSV(B) 358.03º 0.97% 0.25% -
XYZ 2.09 1.11 0.22 -
YUV 20.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 63 2 4 0 0.97 0.94 0.75 358.03 0.94 0.13
Hex 3F 2 4 0 61 5E 4B 166 5E D
Octal 77 2 4 0 141 136 113 546 136 15
Binary 111111 10 100 0 1100001 1011110 1001011 101100110 1011110 1101

Color Harmonies of #3F0204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0204

Black with #3F0204

Text Example


Text Example

White with #3F0204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,2,4); }

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

background-color css

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

 a { background-color: rgb(63,2,4); }

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

border-color css

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

 span { border-color: rgb(63,2,4); }

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