Html Css Color HEX #42131C Rustic Red

📋 copy color: '#42131C'

red 66 ◦ green 19 ◦ blue 28

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

Shades of Rustic Red #42131C

Tints of Rustic Red #42131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 16.81%

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

R = 58.41%
G = 16.81%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#42131C (or 0x42131C) is known color: Rustic Red. HEX triplet: 42, 13 and 1C. RGB value is (66,19,28). Sum of RGB (Red+Green+Blue) = 66+19+28=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #42131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42131C is #BDECE3. Grayscale: #222222. Windows color (decimal): -12446948 or 1839938. OLE color: 1839938.

HSL color Cylindrical-coordinate representation of color #42131C: hue angle of 348.51º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42131C is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 19 28 -
CMYK 0 0.71 0.58 0.74
HSL 348.51º 0.55% 0.17% -
HSV(B) 348.51º 0.71% 0.26% -
XYZ 2.69 1.71 1.29 -
YUV 34.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 66 19 28 0 0.71 0.58 0.74 348.51 0.55 0.17
Hex 42 13 1C 0 47 3A 4A 15D 37 11
Octal 102 23 34 0 107 72 112 535 67 21
Binary 1000010 10011 11100 0 1000111 111010 1001010 101011101 110111 10001

Color Harmonies of #42131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42131C

Black with #42131C

Text Example


Text Example

White with #42131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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