Html Css Color HEX #1F010F Rustic Red

📋 copy color: '#1F010F'

red 31 ◦ green 1 ◦ blue 15

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

Shades of Rustic Red #1F010F

Tints of Rustic Red #1F010F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.13%

 BLUE value IS 15 (6.25% from 255) = 31.91%

R = 65.96%
G = 2.13%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.88

RGB Variations

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

Color information

#1F010F (or 0x1F010F) is known color: Rustic Red. HEX triplet: 1F, 01 and 0F. RGB value is (31,1,15). Sum of RGB (Red+Green+Blue) = 31+1+15=47 (6% of max value = 765). Red value is 31 (12.5% from 255 or 65.96% from 47); Green value is 1 (0.78% from 255 or 2.13% from 47); Blue value is 15 (6.25% from 255 or 31.91% from 47); Max value from RGB is 31 - color contains mainly: red. Hex color #1F010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F010F is #E0FEF0. Grayscale: #0B0B0B. Windows color (decimal): -14745329 or 983327. OLE color: 983327.

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

Color convert

RGB 31 1 15 -
CMYK 0 0.97 0.52 0.88
HSL 332º 0.94% 0.06% -
HSV(B) 332º 0.97% 0.12% -
XYZ 0.66 0.35 0.48 -
YUV 11.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 31 1 15 0 0.97 0.52 0.88 332 0.94 0.06
Hex 1F 1 F 0 61 34 58 14C 5E 6
Octal 37 1 17 0 141 64 130 514 136 6
Binary 11111 1 1111 0 1100001 110100 1011000 101001100 1011110 110

Color Harmonies of #1F010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F010F

Black with #1F010F

Text Example


Text Example

White with #1F010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,1,15); }

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

background-color css

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

 a { background-color: rgb(31,1,15); }

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

border-color css

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

 span { border-color: rgb(31,1,15); }

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