Html Css Color HEX #421617 Rustic Red

📋 copy color: '#421617'

red 66 ◦ green 22 ◦ blue 23

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

Shades of Rustic Red #421617

Tints of Rustic Red #421617

RGB

 RED value IS 66 (26.17% from 255) = 59.46%

 GREEN value IS 22 (8.98% from 255) = 19.82%

 BLUE value IS 23 (9.38% from 255) = 20.72%

R = 59.46%
G = 19.82%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.74

RGB Variations

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

Color information

#421617 (or 0x421617) is known color: Rustic Red. HEX triplet: 42, 16 and 17. RGB value is (66,22,23). Sum of RGB (Red+Green+Blue) = 66+22+23=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 22 (8.98% from 255 or 19.82% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #421617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421617 is #BDE9E8. Grayscale: #232323. Windows color (decimal): -12446185 or 1513026. OLE color: 1513026.

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

Color convert

RGB 66 22 23 -
CMYK 0 0.67 0.65 0.74
HSL 358.64º 0.5% 0.17% -
HSV(B) 358.64º 0.67% 0.26% -
XYZ 2.69 1.79 1.02 -
YUV 35.27 121.08 149.92 -
System Red Green Blue C M Y K H S L
Decimal 66 22 23 0 0.67 0.65 0.74 358.64 0.5 0.17
Hex 42 16 17 0 43 41 4A 167 32 11
Octal 102 26 27 0 103 101 112 547 62 21
Binary 1000010 10110 10111 0 1000011 1000001 1001010 101100111 110010 10001

Color Harmonies of #421617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421617

Black with #421617

Text Example


Text Example

White with #421617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421617; }

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

 H1.HeaderClassName
 {
   color: #421617;
 }
 .AnyTagClassName
 {
   color: #421617;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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