Html Css Color HEX #1F0D12 Rustic Red

📋 copy color: '#1F0D12'

red 31 ◦ green 13 ◦ blue 18

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

Shades of Rustic Red #1F0D12

Tints of Rustic Red #1F0D12

RGB

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

 GREEN value IS 13 (5.47% from 255) = 20.97%

 BLUE value IS 18 (7.42% from 255) = 29.03%

R = 50%
G = 20.97%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.88

RGB Variations

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

Color information

#1F0D12 (or 0x1F0D12) is known color: Rustic Red. HEX triplet: 1F, 0D and 12. RGB value is (31,13,18). Sum of RGB (Red+Green+Blue) = 31+13+18=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0D12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0D12 is #E0F2ED. Grayscale: #121212. Windows color (decimal): -14742254 or 1183007. OLE color: 1183007.

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

Color convert

RGB 31 13 18 -
CMYK 0 0.58 0.42 0.88
HSL 343.33º 0.41% 0.09% -
HSV(B) 343.33º 0.58% 0.12% -
XYZ 0.82 0.62 0.65 -
YUV 18.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 31 13 18 0 0.58 0.42 0.88 343.33 0.41 0.09
Hex 1F D 12 0 3A 2A 58 157 29 9
Octal 37 15 22 0 72 52 130 527 51 11
Binary 11111 1101 10010 0 111010 101010 1011000 101010111 101001 1001

Color Harmonies of #1F0D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0D12

Black with #1F0D12

Text Example


Text Example

White with #1F0D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,13,18); }

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

background-color css

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

 a { background-color: rgb(31,13,18); }

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

border-color css

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

 span { border-color: rgb(31,13,18); }

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