#1F0306

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

Shades of Rustic Red #1F0306

Tints of Rustic Red #1F0306

Color information

#1F0306 (or 0x1F0306) is unknown color: approx Rustic Red. HEX triplet: 1F, 03 and 06. RGB value is (31,3,6). Sum of RGB (Red+Green+Blue) = 31+3+6=40 (5% of max value = 765). Red value is 31 (12.5% from 255 or 77.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 6 (2.73% from 255 or 15% from 40); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0306 is #E0FCF9. Grayscale: #0B0B0B. Windows color (decimal): -14744826 or 394015. OLE color: 394015.

HSL color Cylindrical-coordinate representation of color #1F0306: hue angle of 353.57º degrees, saturation: 0.82, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1F0306 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.88.

Color convert

RGB3136-
CMYK00.900.810.88
HSL353.57º82.35%6.67%-
HSV(B)353.57º90.32%12.16%-
XYZ0.630.370.21-
YUV11.71124.78141.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 77.5%
GREEN value IS 3 (1.56% from 255) = 7.5%
BLUE value IS 6 (2.73% from 255) = 15%
R=77.5%
G=7.5%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal313600.900.810.88353.5782.356.67
Hex1F3605A5158162527
Octal373601321211305421227
Binary111111111001011010101000110110001011000101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,3,6); }

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

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

 a { background-color: rgb(31,3,6); }

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

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

 span { border-color: rgb(31,3,6); }

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