Html Css Color HEX #3F0210 Rustic Red

📋 copy color: '#3F0210'

red 63 ◦ green 2 ◦ blue 16

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

Shades of Rustic Red #3F0210

Tints of Rustic Red #3F0210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 19.75%

R = 77.78%
G = 2.47%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#3F0210 (or 0x3F0210) is known color: Rustic Red. HEX triplet: 3F, 02 and 10. RGB value is (63,2,16). Sum of RGB (Red+Green+Blue) = 63+2+16=81 (10% of max value = 765). Red value is 63 (25% from 255 or 77.78% from 81); Green value is 2 (1.17% from 255 or 2.47% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0210 is #C0FDEF. Grayscale: #151515. Windows color (decimal): -12647920 or 1049151. OLE color: 1049151.

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

Color convert

RGB 63 2 16 -
CMYK 0 0.97 0.75 0.75
HSL 346.23º 0.94% 0.13% -
HSV(B) 346.23º 0.97% 0.25% -
XYZ 2.17 1.14 0.6 -
YUV 21.84 124.71 157.36 -
System Red Green Blue C M Y K H S L
Decimal 63 2 16 0 0.97 0.75 0.75 346.23 0.94 0.13
Hex 3F 2 10 0 61 4B 4B 15A 5E D
Octal 77 2 20 0 141 113 113 532 136 15
Binary 111111 10 10000 0 1100001 1001011 1001011 101011010 1011110 1101

Color Harmonies of #3F0210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0210

Black with #3F0210

Text Example


Text Example

White with #3F0210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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