#40030B

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

Shades of Rustic Red #40030B

Tints of Rustic Red #40030B

Color information

#40030B (or 0x40030B) is unknown color: approx Rustic Red. HEX triplet: 40, 03 and 0B. RGB value is (64,3,11). Sum of RGB (Red+Green+Blue) = 64+3+11=78 (10% of max value = 765). Red value is 64 (25.39% from 255 or 82.05% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 64 - color contains mainly: red. Hex color #40030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #40030B is #BFFCF4. Grayscale: #161616. Windows color (decimal): -12582133 or 721728. OLE color: 721728.

HSL color Cylindrical-coordinate representation of color #40030B: hue angle of 352.13º 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 #40030B is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB64311-
CMYK00.950.830.75
HSL352.13º91.04%13.14%-
HSV(B)352.13º95.31%25.1%-
XYZ2.211.180.43-
YUV22.15121.71157.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 82.05%
GREEN value IS 3 (1.56% from 255) = 3.85%
BLUE value IS 11 (4.69% from 255) = 14.10%
R=82.05%
G=3.85%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6431100.950.830.75352.1391.0413.14
Hex403B05F534B1605bd
Octal100313013712311354013315
Binary1000000111011010111111010011100101110110000010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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