Html Css Color HEX #42131B Rustic Red

📋 copy color: '#42131B'

red 66 ◦ green 19 ◦ blue 27

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

Shades of Rustic Red #42131B

Tints of Rustic Red #42131B

RGB

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

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

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

R = 58.93%
G = 16.96%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#42131B (or 0x42131B) is known color: Rustic Red. HEX triplet: 42, 13 and 1B. RGB value is (66,19,27). Sum of RGB (Red+Green+Blue) = 66+19+27=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 27 (10.94% from 255 or 24.11% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #42131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42131B is #BDECE4. Grayscale: #212121. Windows color (decimal): -12446949 or 1774402. OLE color: 1774402.

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

Color convert

RGB 66 19 27 -
CMYK 0 0.71 0.59 0.74
HSL 349.79º 0.55% 0.17% -
HSV(B) 349.79º 0.71% 0.26% -
XYZ 2.68 1.7 1.22 -
YUV 33.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 66 19 27 0 0.71 0.59 0.74 349.79 0.55 0.17
Hex 42 13 1B 0 47 3B 4A 15E 37 11
Octal 102 23 33 0 107 73 112 536 67 21
Binary 1000010 10011 11011 0 1000111 111011 1001010 101011110 110111 10001

Color Harmonies of #42131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42131B

Black with #42131B

Text Example


Text Example

White with #42131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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