Html Css Color HEX #1F1013 Rustic Red

📋 copy color: '#1F1013'

red 31 ◦ green 16 ◦ blue 19

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

Shades of Rustic Red #1F1013

Tints of Rustic Red #1F1013

RGB

 RED value IS 31 (12.5% from 255) = 46.97%

 GREEN value IS 16 (6.64% from 255) = 24.24%

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

R = 46.97%
G = 24.24%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.39

 K value IS 0.88

RGB Variations

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

Color information

#1F1013 (or 0x1F1013) is known color: Rustic Red. HEX triplet: 1F, 10 and 13. RGB value is (31,16,19). Sum of RGB (Red+Green+Blue) = 31+16+19=66 (8% of max value = 765). Red value is 31 (12.5% from 255 or 46.97% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1013 is #E0EFEC. Grayscale: #141414. Windows color (decimal): -14741485 or 1249311. OLE color: 1249311.

HSL color Cylindrical-coordinate representation of color #1F1013: hue angle of 348º degrees, saturation: 0.32, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1F1013 is Cyan = 0, Magento = 0.48, Yellow = 0.39 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 16 19 -
CMYK 0 0.48 0.39 0.88
HSL 348º 0.32% 0.09% -
HSV(B) 348º 0.48% 0.12% -
XYZ 0.87 0.71 0.71 -
YUV 20.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 31 16 19 0 0.48 0.39 0.88 348 0.32 0.09
Hex 1F 10 13 0 30 27 58 15C 20 9
Octal 37 20 23 0 60 47 130 534 40 11
Binary 11111 10000 10011 0 110000 100111 1011000 101011100 100000 1001

Color Harmonies of #1F1013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1013

Black with #1F1013

Text Example


Text Example

White with #1F1013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F1013; }

 p { color: rgb(31,16,19); }

 H1.HeaderClassName
 {
   color: #1F1013;
 }
 .AnyTagClassName
 {
   color: #1F1013;
 }
</style>

background-color css

<style>
 a { background-color: #1F1013; }

 a { background-color: rgb(31,16,19); }

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

border-color css

<style>
 span { border-color: #1F1013; }

 span { border-color: rgb(31,16,19); }

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