#2F000A

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

Shades of Rustic Red #2F000A

Tints of Rustic Red #2F000A

Color information

#2F000A (or 0x2F000A) is unknown color: approx Rustic Red. HEX triplet: 2F, 00 and 0A. RGB value is (47,0,10). Sum of RGB (Red+Green+Blue) = 47+0+10=57 (7% of max value = 765). Red value is 47 (18.75% from 255 or 82.46% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 47 - color contains mainly: red. Hex color #2F000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2F000A is #D0FFF5. Grayscale: #0F0F0F. Windows color (decimal): -13697014 or 655407. OLE color: 655407.

HSL color Cylindrical-coordinate representation of color #2F000A: hue angle of 347.23º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2F000A is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.82.

Color convert

RGB47010-
CMYK010.790.82
HSL347.23º100%9.22%-
HSV(B)347.23º100%18.43%-
XYZ1.230.630.34-
YUV15.19125.07150.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 82.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 17.54%
R=82.46%
G=0%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.79
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47010010.790.82347.231009.22
Hex2F0A0644F5215b649
Octal57012014411712253314411
Binary10111101010011001001001111101001010101101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,0,10); }

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

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

 a { background-color: rgb(47,0,10); }

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

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

 span { border-color: rgb(47,0,10); }

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