Html Css Color HEX #3F0A19 Rustic Red

📋 copy color: '#3F0A19'

red 63 ◦ green 10 ◦ blue 25

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

Shades of Rustic Red #3F0A19

Tints of Rustic Red #3F0A19

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.2%

 BLUE value IS 25 (10.16% from 255) = 25.51%

R = 64.29%
G = 10.2%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.75

RGB Variations

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

Color information

#3F0A19 (or 0x3F0A19) is known color: Rustic Red. HEX triplet: 3F, 0A and 19. RGB value is (63,10,25). Sum of RGB (Red+Green+Blue) = 63+10+25=98 (12% of max value = 765). Red value is 63 (25% from 255 or 64.29% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 25 (10.16% from 255 or 25.51% from 98); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0A19 is #C0F5E6. Grayscale: #1B1B1B. Windows color (decimal): -12645863 or 1641023. OLE color: 1641023.

HSL color Cylindrical-coordinate representation of color #3F0A19: hue angle of 343.02º degrees, saturation: 0.73, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3F0A19 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 10 25 -
CMYK 0 0.84 0.60 0.75
HSL 343.02º 0.73% 0.14% -
HSV(B) 343.02º 0.84% 0.25% -
XYZ 2.33 1.34 1.06 -
YUV 27.56 126.56 153.28 -
System Red Green Blue C M Y K H S L
Decimal 63 10 25 0 0.84 0.60 0.75 343.02 0.73 0.14
Hex 3F A 19 0 54 3C 4B 157 49 E
Octal 77 12 31 0 124 74 113 527 111 16
Binary 111111 1010 11001 0 1010100 111100 1001011 101010111 1001001 1110

Color Harmonies of #3F0A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0A19

Black with #3F0A19

Text Example


Text Example

White with #3F0A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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