Html Css Color HEX #3F0213 Rustic Red

📋 copy color: '#3F0213'

red 63 ◦ green 2 ◦ blue 19

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

Shades of Rustic Red #3F0213

Tints of Rustic Red #3F0213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.62%

R = 75%
G = 2.38%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#3F0213 (or 0x3F0213) is known color: Rustic Red. HEX triplet: 3F, 02 and 13. RGB value is (63,2,19). Sum of RGB (Red+Green+Blue) = 63+2+19=84 (11% of max value = 765). Red value is 63 (25% from 255 or 75% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0213 is #C0FDEC. Grayscale: #161616. Windows color (decimal): -12647917 or 1245759. OLE color: 1245759.

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

Color convert

RGB 63 2 19 -
CMYK 0 0.97 0.70 0.75
HSL 343.28º 0.94% 0.13% -
HSV(B) 343.28º 0.97% 0.25% -
XYZ 2.19 1.15 0.72 -
YUV 22.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 63 2 19 0 0.97 0.70 0.75 343.28 0.94 0.13
Hex 3F 2 13 0 61 46 4B 157 5E D
Octal 77 2 23 0 141 106 113 527 136 15
Binary 111111 10 10011 0 1100001 1000110 1001011 101010111 1011110 1101

Color Harmonies of #3F0213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0213

Black with #3F0213

Text Example


Text Example

White with #3F0213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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