#31030B

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

Shades of Rustic Red #31030B

Tints of Rustic Red #31030B

Color information

#31030B (or 0x31030B) is unknown color: approx Rustic Red. HEX triplet: 31, 03 and 0B. RGB value is (49,3,11). Sum of RGB (Red+Green+Blue) = 49+3+11=63 (8% of max value = 765). Red value is 49 (19.53% from 255 or 77.78% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 49 - color contains mainly: red. Hex color #31030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #31030B is #CEFCF4. Grayscale: #111111. Windows color (decimal): -13565173 or 721713. OLE color: 721713.

HSL color Cylindrical-coordinate representation of color #31030B: hue angle of 349.57º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #31030B is Cyan = 0, Magento = 0.94, Yellow = 0.78 and Black (K on CMYK) = 0.81.

Color convert

RGB49311-
CMYK00.940.780.81
HSL349.57º88.46%10.2%-
HSV(B)349.57º93.88%19.22%-
XYZ1.360.740.39-
YUV17.67124.24150.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 77.78%
GREEN value IS 3 (1.56% from 255) = 4.76%
BLUE value IS 11 (4.69% from 255) = 17.46%
R=77.78%
G=4.76%
B=17.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4931100.940.780.81349.5788.4610.2
Hex313B05E4E5115e58a
Octal61313013611612153613012
Binary110001111011010111101001110101000110101111010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31030B; }

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

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

<style>
 a { background-color: #31030B; }

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

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

<style>
 span { border-color: #31030B; }

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

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