Html Css Color HEX #1F000D Rustic Red

📋 copy color: '#1F000D'

red 31 ◦ green 0 ◦ blue 13

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

Shades of Rustic Red #1F000D

Tints of Rustic Red #1F000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 13 (5.47% from 255) = 29.55%

R = 70.45%
G = 0%
B = 29.55%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.88

RGB Variations

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

Color information

#1F000D (or 0x1F000D) is known color: Rustic Red. HEX triplet: 1F, 00 and 0D. RGB value is (31,0,13). Sum of RGB (Red+Green+Blue) = 31+0+13=44 (5% of max value = 765). Red value is 31 (12.5% from 255 or 70.45% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 31 - color contains mainly: red. Hex color #1F000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F000D is #E0FFF2. Grayscale: #0A0A0A. Windows color (decimal): -14745587 or 851999. OLE color: 851999.

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

Color convert

RGB 31 0 13 -
CMYK 0 1 0.58 0.88
HSL 334.84º 1% 0.06% -
HSV(B) 334.84º 1% 0.12% -
XYZ 0.64 0.32 0.41 -
YUV 10.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 31 0 13 0 1 0.58 0.88 334.84 1 0.06
Hex 1F 0 D 0 64 3A 58 14F 64 6
Octal 37 0 15 0 144 72 130 517 144 6
Binary 11111 0 1101 0 1100100 111010 1011000 101001111 1100100 110

Color Harmonies of #1F000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F000D

Black with #1F000D

Text Example


Text Example

White with #1F000D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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