Html Css Color HEX #42171D Rustic Red

📋 copy color: '#42171D'

red 66 ◦ green 23 ◦ blue 29

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

Shades of Rustic Red #42171D

Tints of Rustic Red #42171D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 19.49%

 BLUE value IS 29 (11.72% from 255) = 24.58%

R = 55.93%
G = 19.49%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#42171D (or 0x42171D) is known color: Rustic Red. HEX triplet: 42, 17 and 1D. RGB value is (66,23,29). Sum of RGB (Red+Green+Blue) = 66+23+29=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 23 (9.38% from 255 or 19.49% from 118); Blue value is 29 (11.72% from 255 or 24.58% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #42171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42171D is #BDE8E2. Grayscale: #242424. Windows color (decimal): -12445923 or 1906498. OLE color: 1906498.

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

Color convert

RGB 66 23 29 -
CMYK 0 0.65 0.56 0.74
HSL 351.63º 0.48% 0.17% -
HSV(B) 351.63º 0.65% 0.26% -
XYZ 2.77 1.86 1.38 -
YUV 36.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 66 23 29 0 0.65 0.56 0.74 351.63 0.48 0.17
Hex 42 17 1D 0 41 38 4A 160 30 11
Octal 102 27 35 0 101 70 112 540 60 21
Binary 1000010 10111 11101 0 1000001 111000 1001010 101100000 110000 10001

Color Harmonies of #42171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42171D

Black with #42171D

Text Example


Text Example

White with #42171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42171D; }

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

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

background-color css

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

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

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

border-color css

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

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

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