Html Css Color HEX #42171C Rustic Red

📋 copy color: '#42171C'

red 66 ◦ green 23 ◦ blue 28

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

Shades of Rustic Red #42171C

Tints of Rustic Red #42171C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 23.93%

R = 56.41%
G = 19.66%
B = 23.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#42171C (or 0x42171C) is known color: Rustic Red. HEX triplet: 42, 17 and 1C. RGB value is (66,23,28). Sum of RGB (Red+Green+Blue) = 66+23+28=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 28 (11.33% from 255 or 23.93% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #42171C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42171C is #BDE8E3. Grayscale: #242424. Windows color (decimal): -12445924 or 1840962. OLE color: 1840962.

HSL color Cylindrical-coordinate representation of color #42171C: hue angle of 353.02º 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 #42171C is Cyan = 0, Magento = 0.65, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 23 28 -
CMYK 0 0.65 0.58 0.74
HSL 353.02º 0.48% 0.17% -
HSV(B) 353.02º 0.65% 0.26% -
XYZ 2.76 1.85 1.31 -
YUV 36.43 123.25 149.09 -
System Red Green Blue C M Y K H S L
Decimal 66 23 28 0 0.65 0.58 0.74 353.02 0.48 0.17
Hex 42 17 1C 0 41 3A 4A 161 30 11
Octal 102 27 34 0 101 72 112 541 60 21
Binary 1000010 10111 11100 0 1000001 111010 1001010 101100001 110000 10001

Color Harmonies of #42171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42171C

Black with #42171C

Text Example


Text Example

White with #42171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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