#2F181A

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

Shades of Rustic Red #2F181A

Tints of Rustic Red #2F181A

Color information

#2F181A (or 0x2F181A) is unknown color: approx Rustic Red. HEX triplet: 2F, 18 and 1A. RGB value is (47,24,26). Sum of RGB (Red+Green+Blue) = 47+24+26=97 (12% of max value = 765). Red value is 47 (18.75% from 255 or 48.45% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 47 - color contains mainly: red. Hex color #2F181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2F181A is #D0E7E5. Grayscale: #1F1F1F. Windows color (decimal): -13690854 or 1710127. OLE color: 1710127.

HSL color Cylindrical-coordinate representation of color #2F181A: hue angle of 354.78º 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 #2F181A is Cyan = 0, Magento = 0.49, Yellow = 0.45 and Black (K on CMYK) = 0.82.

Color convert

RGB472426-
CMYK00.490.450.82
HSL354.78º32.39%13.92%-
HSV(B)354.78º48.94%18.43%-
XYZ1.691.331.15-
YUV31.1125.12139.34-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 48.45%
GREEN value IS 24 (9.77% from 255) = 24.74%
BLUE value IS 26 (10.55% from 255) = 26.80%
R=48.45%
G=24.74%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.45
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47242600.490.450.82354.7832.3913.92
Hex2F181A0312D5216320e
Octal573032061551225434016
Binary1011111100011010011000110110110100101011000111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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