#42000D

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

Shades of Rustic Red #42000D

Tints of Rustic Red #42000D

Color information

#42000D (or 0x42000D) is unknown color: approx Rustic Red. HEX triplet: 42, 00 and 0D. RGB value is (66,0,13). Sum of RGB (Red+Green+Blue) = 66+0+13=79 (10% of max value = 765). Red value is 66 (26.17% from 255 or 83.54% from 79); Green value is 0 (0.39% from 255 or 0% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 66 - color contains mainly: red. Hex color #42000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42000D is #BDFFF2. Grayscale: #151515. Windows color (decimal): -12451827 or 852034. OLE color: 852034.

HSL color Cylindrical-coordinate representation of color #42000D: hue angle of 348.18º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #42000D is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB66013-
CMYK010.800.74
HSL348.18º100%12.94%-
HSV(B)348.18º100%25.88%-
XYZ2.321.190.49-
YUV21.22123.37159.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 83.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 16.46%
R=83.54%
G=0%
B=16.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66013010.800.74348.1810012.94
Hex420D064504A15c64d
Octal102015014412011253414415
Binary100001001101011001001010000100101010101110011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42000D; }

 p { color: rgb(66,0,13); }

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

<style>
 a { background-color: #42000D; }

 a { background-color: rgb(66,0,13); }

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

<style>
 span { border-color: #42000D; }

 span { border-color: rgb(66,0,13); }

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