#2F070B

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

Shades of Rustic Red #2F070B

Tints of Rustic Red #2F070B

Color information

#2F070B (or 0x2F070B) is unknown color: approx Rustic Red. HEX triplet: 2F, 07 and 0B. RGB value is (47,7,11). Sum of RGB (Red+Green+Blue) = 47+7+11=65 (8% of max value = 765). Red value is 47 (18.75% from 255 or 72.31% from 65); Green value is 7 (3.12% from 255 or 10.77% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 47 - color contains mainly: red. Hex color #2F070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F070B is #D0F8F4. Grayscale: #131313. Windows color (decimal): -13695221 or 722735. OLE color: 722735.

HSL color Cylindrical-coordinate representation of color #2F070B: hue angle of 354º degrees, saturation: 0.74, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2F070B is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.82.

Color convert

RGB47711-
CMYK00.850.770.82
HSL354º74.07%10.59%-
HSV(B)354º85.11%18.43%-
XYZ1.310.780.4-
YUV19.42123.25147.67-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 72.31%
GREEN value IS 7 (3.12% from 255) = 10.77%
BLUE value IS 11 (4.69% from 255) = 16.92%
R=72.31%
G=10.77%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.77
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4771100.850.770.8235474.0710.59
Hex2F7B0554D521624ab
Octal57713012511512254211213
Binary1011111111011010101011001101101001010110001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,7,11); }

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

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

 a { background-color: rgb(47,7,11); }

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

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

 span { border-color: rgb(47,7,11); }

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