Html Css Color HEX #1F0C15 Rustic Red

📋 copy color: '#1F0C15'

red 31 ◦ green 12 ◦ blue 21

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

Shades of Rustic Red #1F0C15

Tints of Rustic Red #1F0C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 32.81%

R = 48.44%
G = 18.75%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.88

RGB Variations

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

Color information

#1F0C15 (or 0x1F0C15) is known color: Rustic Red. HEX triplet: 1F, 0C and 15. RGB value is (31,12,21). Sum of RGB (Red+Green+Blue) = 31+12+21=64 (8% of max value = 765). Red value is 31 (12.5% from 255 or 48.44% from 64); Green value is 12 (5.08% from 255 or 18.75% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0C15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0C15 is #E0F3EA. Grayscale: #121212. Windows color (decimal): -14742507 or 1379359. OLE color: 1379359.

HSL color Cylindrical-coordinate representation of color #1F0C15: hue angle of 331.58º 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 #1F0C15 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 12 21 -
CMYK 0 0.61 0.32 0.88
HSL 331.58º 0.44% 0.08% -
HSV(B) 331.58º 0.61% 0.12% -
XYZ 0.83 0.61 0.78 -
YUV 18.71 129.29 136.77 -
System Red Green Blue C M Y K H S L
Decimal 31 12 21 0 0.61 0.32 0.88 331.58 0.44 0.08
Hex 1F C 15 0 3D 20 58 14C 2C 8
Octal 37 14 25 0 75 40 130 514 54 10
Binary 11111 1100 10101 0 111101 100000 1011000 101001100 101100 1000

Color Harmonies of #1F0C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0C15

Black with #1F0C15

Text Example


Text Example

White with #1F0C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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