Html Css Color HEX #3F0212 Rustic Red

📋 copy color: '#3F0212'

red 63 ◦ green 2 ◦ blue 18

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

Shades of Rustic Red #3F0212

Tints of Rustic Red #3F0212

RGB

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

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

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

R = 75.9%
G = 2.41%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#3F0212 (or 0x3F0212) is known color: Rustic Red. HEX triplet: 3F, 02 and 12. RGB value is (63,2,18). Sum of RGB (Red+Green+Blue) = 63+2+18=83 (10% of max value = 765). Red value is 63 (25% from 255 or 75.90% from 83); Green value is 2 (1.17% from 255 or 2.41% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0212 is #C0FDED. Grayscale: #161616. Windows color (decimal): -12647918 or 1180223. OLE color: 1180223.

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

Color convert

RGB 63 2 18 -
CMYK 0 0.97 0.71 0.75
HSL 344.26º 0.94% 0.13% -
HSV(B) 344.26º 0.97% 0.25% -
XYZ 2.18 1.14 0.68 -
YUV 22.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 63 2 18 0 0.97 0.71 0.75 344.26 0.94 0.13
Hex 3F 2 12 0 61 47 4B 158 5E D
Octal 77 2 22 0 141 107 113 530 136 15
Binary 111111 10 10010 0 1100001 1000111 1001011 101011000 1011110 1101

Color Harmonies of #3F0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0212

Black with #3F0212

Text Example


Text Example

White with #3F0212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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