#421017

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

Shades of Rustic Red #421017

Tints of Rustic Red #421017

Color information

#421017 (or 0x421017) is unknown color: approx Rustic Red. HEX triplet: 42, 10 and 17. RGB value is (66,16,23). Sum of RGB (Red+Green+Blue) = 66+16+23=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 16 (6.64% from 255 or 15.24% from 105); Blue value is 23 (9.38% from 255 or 21.90% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #421017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421017 is #BDEFE8. Grayscale: #1F1F1F. Windows color (decimal): -12447721 or 1511490. OLE color: 1511490.

HSL color Cylindrical-coordinate representation of color #421017: hue angle of 351.6º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #421017 is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.74.

Color convert

RGB661623-
CMYK00.760.650.74
HSL351.6º60.98%16.08%-
HSV(B)351.6º75.76%25.88%-
XYZ2.591.590.98-
YUV31.75123.06152.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 62.86%
GREEN value IS 16 (6.64% from 255) = 15.24%
BLUE value IS 23 (9.38% from 255) = 21.90%
R=62.86%
G=15.24%
B=21.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66162300.760.650.74351.660.9816.08
Hex42101704C414A1603d10
Octal102202701141011125407520
Binary10000101000010111010011001000001100101010110000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421017; }

 p { color: rgb(66,16,23); }

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

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

 a { background-color: rgb(66,16,23); }

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

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

 span { border-color: rgb(66,16,23); }

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