Html Css Color HEX #1F090D Rustic Red

📋 copy color: '#1F090D'

red 31 ◦ green 9 ◦ blue 13

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

Shades of Rustic Red #1F090D

Tints of Rustic Red #1F090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 16.98%

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

R = 58.49%
G = 16.98%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.88

RGB Variations

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

Color information

#1F090D (or 0x1F090D) is known color: Rustic Red. HEX triplet: 1F, 09 and 0D. RGB value is (31,9,13). Sum of RGB (Red+Green+Blue) = 31+9+13=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 9 (3.91% from 255 or 16.98% from 53); Blue value is 13 (5.47% from 255 or 24.53% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F090D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F090D is #E0F6F2. Grayscale: #101010. Windows color (decimal): -14743283 or 854303. OLE color: 854303.

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

Color convert

RGB 31 9 13 -
CMYK 0 0.71 0.58 0.88
HSL 349.09º 0.55% 0.08% -
HSV(B) 349.09º 0.71% 0.12% -
XYZ 0.74 0.52 0.44 -
YUV 16.03 126.29 138.67 -
System Red Green Blue C M Y K H S L
Decimal 31 9 13 0 0.71 0.58 0.88 349.09 0.55 0.08
Hex 1F 9 D 0 47 3A 58 15D 37 8
Octal 37 11 15 0 107 72 130 535 67 10
Binary 11111 1001 1101 0 1000111 111010 1011000 101011101 110111 1000

Color Harmonies of #1F090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F090D

Black with #1F090D

Text Example


Text Example

White with #1F090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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