Html Css Color HEX #42171B Rustic Red

📋 copy color: '#42171B'

red 66 ◦ green 23 ◦ blue 27

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

Shades of Rustic Red #42171B

Tints of Rustic Red #42171B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 23.28%

R = 56.9%
G = 19.83%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#42171B (or 0x42171B) is known color: Rustic Red. HEX triplet: 42, 17 and 1B. RGB value is (66,23,27). Sum of RGB (Red+Green+Blue) = 66+23+27=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 27 (10.94% from 255 or 23.28% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #42171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42171B is #BDE8E4. Grayscale: #242424. Windows color (decimal): -12445925 or 1775426. OLE color: 1775426.

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

Color convert

RGB 66 23 27 -
CMYK 0 0.65 0.59 0.74
HSL 354.42º 0.48% 0.17% -
HSV(B) 354.42º 0.65% 0.26% -
XYZ 2.75 1.85 1.25 -
YUV 36.31 122.75 149.17 -
System Red Green Blue C M Y K H S L
Decimal 66 23 27 0 0.65 0.59 0.74 354.42 0.48 0.17
Hex 42 17 1B 0 41 3B 4A 162 30 11
Octal 102 27 33 0 101 73 112 542 60 21
Binary 1000010 10111 11011 0 1000001 111011 1001010 101100010 110000 10001

Color Harmonies of #42171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42171B

Black with #42171B

Text Example


Text Example

White with #42171B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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