#2D0711

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

Shades of Rustic Red #2D0711

Tints of Rustic Red #2D0711

Color information

#2D0711 (or 0x2D0711) is unknown color: approx Rustic Red. HEX triplet: 2D, 07 and 11. RGB value is (45,7,17). Sum of RGB (Red+Green+Blue) = 45+7+17=69 (9% of max value = 765). Red value is 45 (17.97% from 255 or 65.22% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0711 is #D2F8EE. Grayscale: #131313. Windows color (decimal): -13826287 or 1115949. OLE color: 1115949.

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

Color convert

RGB45717-
CMYK00.840.620.82
HSL344.21º73.08%10.2%-
HSV(B)344.21º84.44%17.65%-
XYZ1.260.750.61-
YUV19.5126.59146.19-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 65.22%
GREEN value IS 7 (3.12% from 255) = 10.14%
BLUE value IS 17 (7.03% from 255) = 24.64%
R=65.22%
G=10.14%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.62
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal4571700.840.620.82344.2173.0810.2
Hex2D7110543E5215849a
Octal5572101247612253011112
Binary1011011111000101010100111110101001010101100010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D0711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,7,17); }

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

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

 a { background-color: rgb(45,7,17); }

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

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

 span { border-color: rgb(45,7,17); }

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