Html Css Color HEX #42151C Rustic Red

📋 copy color: '#42151C'

red 66 ◦ green 21 ◦ blue 28

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

Shades of Rustic Red #42151C

Tints of Rustic Red #42151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.26%

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

R = 57.39%
G = 18.26%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#42151C (or 0x42151C) is known color: Rustic Red. HEX triplet: 42, 15 and 1C. RGB value is (66,21,28). Sum of RGB (Red+Green+Blue) = 66+21+28=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 28 (11.33% from 255 or 24.35% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #42151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42151C is #BDEAE3. Grayscale: #232323. Windows color (decimal): -12446436 or 1840450. OLE color: 1840450.

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

Color convert

RGB 66 21 28 -
CMYK 0 0.68 0.58 0.74
HSL 350.67º 0.52% 0.17% -
HSV(B) 350.67º 0.68% 0.26% -
XYZ 2.72 1.78 1.3 -
YUV 35.25 123.91 149.93 -
System Red Green Blue C M Y K H S L
Decimal 66 21 28 0 0.68 0.58 0.74 350.67 0.52 0.17
Hex 42 15 1C 0 44 3A 4A 15F 34 11
Octal 102 25 34 0 104 72 112 537 64 21
Binary 1000010 10101 11100 0 1000100 111010 1001010 101011111 110100 10001

Color Harmonies of #42151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42151C

Black with #42151C

Text Example


Text Example

White with #42151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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