#2F1213

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

Shades of Rustic Red #2F1213

Tints of Rustic Red #2F1213

Color information

#2F1213 (or 0x2F1213) is unknown color: approx Rustic Red. HEX triplet: 2F, 12 and 13. RGB value is (47,18,19). Sum of RGB (Red+Green+Blue) = 47+18+19=84 (11% of max value = 765). Red value is 47 (18.75% from 255 or 55.95% from 84); Green value is 18 (7.42% from 255 or 21.43% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F1213 is #D0EDEC. Grayscale: #1A1A1A. Windows color (decimal): -13692397 or 1249839. OLE color: 1249839.

HSL color Cylindrical-coordinate representation of color #2F1213: hue angle of 357.93º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2F1213 is Cyan = 0, Magento = 0.62, Yellow = 0.60 and Black (K on CMYK) = 0.82.

Color convert

RGB471819-
CMYK00.620.600.82
HSL357.93º44.62%12.75%-
HSV(B)357.93º61.7%18.43%-
XYZ1.511.080.75-
YUV26.78123.61142.42-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 55.95%
GREEN value IS 18 (7.42% from 255) = 21.43%
BLUE value IS 19 (7.81% from 255) = 22.62%
R=55.95%
G=21.43%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.60
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47181900.620.600.82357.9344.6212.75
Hex2F121303E3C521662dd
Octal572223076741225465515
Binary1011111001010011011111011110010100101011001101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F1213; }

 p { color: rgb(47,18,19); }

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

<style>
 a { background-color: #2F1213; }

 a { background-color: rgb(47,18,19); }

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

<style>
 span { border-color: #2F1213; }

 span { border-color: rgb(47,18,19); }

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