#2F0516

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

Shades of Rustic Red #2F0516

Tints of Rustic Red #2F0516

Color information

#2F0516 (or 0x2F0516) is unknown color: approx Rustic Red. HEX triplet: 2F, 05 and 16. RGB value is (47,5,22). Sum of RGB (Red+Green+Blue) = 47+5+22=74 (9% of max value = 765). Red value is 47 (18.75% from 255 or 63.51% from 74); Green value is 5 (2.34% from 255 or 6.76% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 47 - color contains mainly: red. Hex color #2F0516 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F0516 is #D0FAE9. Grayscale: #131313. Windows color (decimal): -13695722 or 1443119. OLE color: 1443119.

HSL color Cylindrical-coordinate representation of color #2F0516: hue angle of 335.71º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2F0516 is Cyan = 0, Magento = 0.89, Yellow = 0.53 and Black (K on CMYK) = 0.82.

Color convert

RGB47522-
CMYK00.890.530.82
HSL335.71º80.77%10.2%-
HSV(B)335.71º89.36%18.43%-
XYZ1.370.770.84-
YUV19.5129.41147.62-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 63.51%
GREEN value IS 5 (2.34% from 255) = 6.76%
BLUE value IS 22 (8.98% from 255) = 29.73%
R=63.51%
G=6.76%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4752200.890.530.82335.7180.7710.2
Hex2F516059355215051a
Octal5752601316512252012112
Binary1011111011011001011001110101101001010101000010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F0516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,5,22); }

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

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

 a { background-color: rgb(47,5,22); }

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

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

 span { border-color: rgb(47,5,22); }

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