Html Css Color HEX #421017 Rustic Red

📋 copy color: '#421017'

red 66 ◦ green 16 ◦ blue 23

#421017
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #421017

Tints of Rustic Red #421017

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.9%

R = 62.86%
G = 15.24%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#421017 (or 0x421017) is known color: 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

RGB 66 16 23 -
CMYK 0 0.76 0.65 0.74
HSL 351.6º 0.61% 0.16% -
HSV(B) 351.6º 0.76% 0.26% -
XYZ 2.59 1.59 0.98 -
YUV 31.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 66 16 23 0 0.76 0.65 0.74 351.6 0.61 0.16
Hex 42 10 17 0 4C 41 4A 160 3D 10
Octal 102 20 27 0 114 101 112 540 75 20
Binary 1000010 10000 10111 0 1001100 1000001 1001010 101100000 111101 10000

Color Harmonies of #421017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421017

Black with #421017

Text Example


Text Example

White with #421017

Text Example


Text Example

HTML Codes & Css Web 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>