#2D000A

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

Shades of Rustic Red #2D000A

Tints of Rustic Red #2D000A

Color information

#2D000A (or 0x2D000A) is unknown color: approx Rustic Red. HEX triplet: 2D, 00 and 0A. RGB value is (45,0,10). Sum of RGB (Red+Green+Blue) = 45+0+10=55 (7% of max value = 765). Red value is 45 (17.97% from 255 or 81.82% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 45 - color contains mainly: red. Hex color #2D000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D000A is #D2FFF5. Grayscale: #0E0E0E. Windows color (decimal): -13828086 or 655405. OLE color: 655405.

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

Color convert

RGB45010-
CMYK010.780.82
HSL346.67º100%8.82%-
HSV(B)346.67º100%17.65%-
XYZ1.140.580.34-
YUV14.6125.41149.69-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 81.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 18.18%
R=81.82%
G=0%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.78
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45010010.780.82346.671008.82
Hex2D0A0644E5215b649
Octal55012014411612253314411
Binary10110101010011001001001110101001010101101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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