#42010F

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

Shades of Rustic Red #42010F

Tints of Rustic Red #42010F

Color information

#42010F (or 0x42010F) is unknown color: approx Rustic Red. HEX triplet: 42, 01 and 0F. RGB value is (66,1,15). Sum of RGB (Red+Green+Blue) = 66+1+15=82 (10% of max value = 765). Red value is 66 (26.17% from 255 or 80.49% from 82); Green value is 1 (0.78% from 255 or 1.22% from 82); Blue value is 15 (6.25% from 255 or 18.29% from 82); Max value from RGB is 66 - color contains mainly: red. Hex color #42010F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42010F is #BDFEF0. Grayscale: #161616. Windows color (decimal): -12451569 or 983362. OLE color: 983362.

HSL color Cylindrical-coordinate representation of color #42010F: hue angle of 347.08º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42010F is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB66115-
CMYK00.980.770.74
HSL347.08º97.01%13.14%-
HSV(B)347.08º98.48%25.88%-
XYZ2.341.210.56-
YUV22.03124.03159.36-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 80.49%
GREEN value IS 1 (0.78% from 255) = 1.22%
BLUE value IS 15 (6.25% from 255) = 18.29%
R=80.49%
G=1.22%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.77
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6611500.980.770.74347.0897.0113.14
Hex421F0624D4A15b61d
Octal102117014211511253314115
Binary100001011111011000101001101100101010101101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42010F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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