Html Css Color HEX #3F0B13 Rustic Red

📋 copy color: '#3F0B13'

red 63 ◦ green 11 ◦ blue 19

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

Shades of Rustic Red #3F0B13

Tints of Rustic Red #3F0B13

RGB

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

 GREEN value IS 11 (4.69% from 255) = 11.83%

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

R = 67.74%
G = 11.83%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.70

 K value IS 0.75

RGB Variations

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

Color information

#3F0B13 (or 0x3F0B13) is known color: Rustic Red. HEX triplet: 3F, 0B and 13. RGB value is (63,11,19). Sum of RGB (Red+Green+Blue) = 63+11+19=93 (12% of max value = 765). Red value is 63 (25% from 255 or 67.74% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 19 (7.81% from 255 or 20.43% from 93); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0B13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3F0B13 is #C0F4EC. Grayscale: #1B1B1B. Windows color (decimal): -12645613 or 1248063. OLE color: 1248063.

HSL color Cylindrical-coordinate representation of color #3F0B13: hue angle of 350.77º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3F0B13 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 11 19 -
CMYK 0 0.83 0.70 0.75
HSL 350.77º 0.7% 0.15% -
HSV(B) 350.77º 0.83% 0.25% -
XYZ 2.29 1.34 0.75 -
YUV 27.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 63 11 19 0 0.83 0.70 0.75 350.77 0.7 0.15
Hex 3F B 13 0 53 46 4B 15F 46 F
Octal 77 13 23 0 123 106 113 537 106 17
Binary 111111 1011 10011 0 1010011 1000110 1001011 101011111 1000110 1111

Color Harmonies of #3F0B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0B13

Black with #3F0B13

Text Example


Text Example

White with #3F0B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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