#40030A

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

Shades of Rustic Red #40030A

Tints of Rustic Red #40030A

Color information

#40030A (or 0x40030A) is unknown color: approx Rustic Red. HEX triplet: 40, 03 and 0A. RGB value is (64,3,10). Sum of RGB (Red+Green+Blue) = 64+3+10=77 (10% of max value = 765). Red value is 64 (25.39% from 255 or 83.12% from 77); Green value is 3 (1.56% from 255 or 3.90% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 64 - color contains mainly: red. Hex color #40030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40030A is #BFFCF5. Grayscale: #161616. Windows color (decimal): -12582134 or 656192. OLE color: 656192.

HSL color Cylindrical-coordinate representation of color #40030A: hue angle of 353.11º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #40030A is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB64310-
CMYK00.950.840.75
HSL353.11º91.04%13.14%-
HSV(B)353.11º95.31%25.1%-
XYZ2.21.180.4-
YUV22.04121.21157.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 83.12%
GREEN value IS 3 (1.56% from 255) = 3.90%
BLUE value IS 10 (4.30% from 255) = 12.99%
R=83.12%
G=3.90%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6431000.950.840.75353.1191.0413.14
Hex403A05F544B1615bd
Octal100312013712411354113315
Binary1000000111010010111111010100100101110110000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40030A; }

 p { color: rgb(64,3,10); }

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

<style>
 a { background-color: #40030A; }

 a { background-color: rgb(64,3,10); }

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

<style>
 span { border-color: #40030A; }

 span { border-color: rgb(64,3,10); }

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