#1F090B

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

Shades of Rustic Red #1F090B

Tints of Rustic Red #1F090B

Color information

#1F090B (or 0x1F090B) is unknown color: approx Rustic Red. HEX triplet: 1F, 09 and 0B. RGB value is (31,9,11). Sum of RGB (Red+Green+Blue) = 31+9+11=51 (6% of max value = 765). Red value is 31 (12.5% from 255 or 60.78% from 51); Green value is 9 (3.91% from 255 or 17.65% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 31 - color contains mainly: red. Hex color #1F090B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F090B is #E0F6F4. Grayscale: #0F0F0F. Windows color (decimal): -14743285 or 723231. OLE color: 723231.

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

Color convert

RGB31911-
CMYK00.710.650.88
HSL354.55º55%7.84%-
HSV(B)354.55º70.97%12.16%-
XYZ0.720.510.38-
YUV15.81125.29138.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 60.78%
GREEN value IS 9 (3.91% from 255) = 17.65%
BLUE value IS 11 (4.69% from 255) = 21.57%
R=60.78%
G=17.65%
B=21.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3191100.710.650.88354.55557.84
Hex1F9B0474158163378
Octal37111301071011305436710
Binary111111001101101000111100000110110001011000111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F090B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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