Html Css Color HEX #1F0C14 Rustic Red

📋 copy color: '#1F0C14'

red 31 ◦ green 12 ◦ blue 20

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

Shades of Rustic Red #1F0C14

Tints of Rustic Red #1F0C14

RGB

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

 GREEN value IS 12 (5.08% from 255) = 19.05%

 BLUE value IS 20 (8.2% from 255) = 31.75%

R = 49.21%
G = 19.05%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#1F0C14 (or 0x1F0C14) is known color: Rustic Red. HEX triplet: 1F, 0C and 14. RGB value is (31,12,20). Sum of RGB (Red+Green+Blue) = 31+12+20=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 12 (5.08% from 255 or 19.05% from 63); Blue value is 20 (8.20% from 255 or 31.75% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C14 is #E0F3EB. Grayscale: #121212. Windows color (decimal): -14742508 or 1313823. OLE color: 1313823.

HSL color Cylindrical-coordinate representation of color #1F0C14: hue angle of 334.74º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F0C14 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 12 20 -
CMYK 0 0.61 0.35 0.88
HSL 334.74º 0.44% 0.08% -
HSV(B) 334.74º 0.61% 0.12% -
XYZ 0.82 0.6 0.74 -
YUV 18.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 31 12 20 0 0.61 0.35 0.88 334.74 0.44 0.08
Hex 1F C 14 0 3D 23 58 14F 2C 8
Octal 37 14 24 0 75 43 130 517 54 10
Binary 11111 1100 10100 0 111101 100011 1011000 101001111 101100 1000

Color Harmonies of #1F0C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0C14

Black with #1F0C14

Text Example


Text Example

White with #1F0C14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,12,20); }

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

background-color css

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

 a { background-color: rgb(31,12,20); }

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

border-color css

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

 span { border-color: rgb(31,12,20); }

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