#1F000B

Color #1F000B Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #1F000B

Tints of Rustic Red #1F000B

Color information

#1F000B (or 0x1F000B) is unknown color: approx Rustic Red. HEX triplet: 1F, 00 and 0B. RGB value is (31,0,11). Sum of RGB (Red+Green+Blue) = 31+0+11=42 (5% of max value = 765). Red value is 31 (12.5% from 255 or 73.81% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 11 (4.69% from 255 or 26.19% from 42); Max value from RGB is 31 - color contains mainly: red. Hex color #1F000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F000B is #E0FFF4. Grayscale: #0A0A0A. Windows color (decimal): -14745589 or 720927. OLE color: 720927.

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

Color convert

RGB31011-
CMYK010.650.88
HSL338.71º100%6.08%-
HSV(B)338.71º100%12.16%-
XYZ0.630.320.34-
YUV10.52128.27142.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 73.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 26.19%
R=73.81%
G=0%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.65
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31011010.650.88338.711006.08
Hex1F0B0644158153646
Octal3701301441011305231446
Binary111110101101100100100000110110001010100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F000B;
 }
 .AnyTagClassName
 {
   color: #1F000B;
 }
</style>
background-color css

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

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

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

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

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

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