#2F181B

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

Shades of Rustic Red #2F181B

Tints of Rustic Red #2F181B

Color information

#2F181B (or 0x2F181B) is unknown color: approx Rustic Red. HEX triplet: 2F, 18 and 1B. RGB value is (47,24,27). Sum of RGB (Red+Green+Blue) = 47+24+27=98 (12% of max value = 765). Red value is 47 (18.75% from 255 or 47.96% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 47 - color contains mainly: red. Hex color #2F181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F181B is #D0E7E4. Grayscale: #1F1F1F. Windows color (decimal): -13690853 or 1775663. OLE color: 1775663.

HSL color Cylindrical-coordinate representation of color #2F181B: hue angle of 352.17º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2F181B is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.82.

Color convert

RGB472427-
CMYK00.490.430.82
HSL352.17º32.39%13.92%-
HSV(B)352.17º48.94%18.43%-
XYZ1.71.341.21-
YUV31.22125.62139.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 47.96%
GREEN value IS 24 (9.77% from 255) = 24.49%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=47.96%
G=24.49%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47242700.490.430.82352.1732.3913.92
Hex2F181B0312B5216020e
Octal573033061531225404016
Binary1011111100011011011000110101110100101011000001000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,24,27); }

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

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

 a { background-color: rgb(47,24,27); }

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

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

 span { border-color: rgb(47,24,27); }

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