#1F030B

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

Shades of Rustic Red #1F030B

Tints of Rustic Red #1F030B

Color information

#1F030B (or 0x1F030B) is unknown color: approx Rustic Red. HEX triplet: 1F, 03 and 0B. RGB value is (31,3,11). Sum of RGB (Red+Green+Blue) = 31+3+11=45 (5% of max value = 765). Red value is 31 (12.5% from 255 or 68.89% from 45); Green value is 3 (1.56% from 255 or 6.67% from 45); Blue value is 11 (4.69% from 255 or 24.44% from 45); Max value from RGB is 31 - color contains mainly: red. Hex color #1F030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F030B is #E0FCF4. Grayscale: #0C0C0C. Windows color (decimal): -14744821 or 721695. OLE color: 721695.

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

Color convert

RGB31311-
CMYK00.900.650.88
HSL342.86º82.35%6.67%-
HSV(B)342.86º90.32%12.16%-
XYZ0.660.380.36-
YUV12.28127.28141.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 68.89%
GREEN value IS 3 (1.56% from 255) = 6.67%
BLUE value IS 11 (4.69% from 255) = 24.44%
R=68.89%
G=6.67%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3131100.900.650.88342.8682.356.67
Hex1F3B05A4158157527
Octal3731301321011305271227
Binary1111111101101011010100000110110001010101111010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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