#42000F

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

Shades of Rustic Red #42000F

Tints of Rustic Red #42000F

Color information

#42000F (or 0x42000F) is unknown color: approx Rustic Red. HEX triplet: 42, 00 and 0F. RGB value is (66,0,15). Sum of RGB (Red+Green+Blue) = 66+0+15=81 (10% of max value = 765). Red value is 66 (26.17% from 255 or 81.48% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 66 - color contains mainly: red. Hex color #42000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42000F is #BDFFF0. Grayscale: #151515. Windows color (decimal): -12451825 or 983106. OLE color: 983106.

HSL color Cylindrical-coordinate representation of color #42000F: hue angle of 346.36º 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 #42000F is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB66015-
CMYK010.770.74
HSL346.36º100%12.94%-
HSV(B)346.36º100%25.88%-
XYZ2.331.190.56-
YUV21.44124.37159.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 81.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 18.52%
R=81.48%
G=0%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66015010.770.74346.3610012.94
Hex420F0644D4A15a64d
Octal102017014411511253214415
Binary100001001111011001001001101100101010101101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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