Html Css Color HEX #421B1C Rustic Red

📋 copy color: '#421B1C'

red 66 ◦ green 27 ◦ blue 28

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

Shades of Rustic Red #421B1C

Tints of Rustic Red #421B1C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 22.31%

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

R = 54.55%
G = 22.31%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#421B1C (or 0x421B1C) is known color: Rustic Red. HEX triplet: 42, 1B and 1C. RGB value is (66,27,28). Sum of RGB (Red+Green+Blue) = 66+27+28=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 28 (11.33% from 255 or 23.14% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #421B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B1C is #BDE4E3. Grayscale: #262626. Windows color (decimal): -12444900 or 1841986. OLE color: 1841986.

HSL color Cylindrical-coordinate representation of color #421B1C: hue angle of 358.46º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #421B1C is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 27 28 -
CMYK 0 0.59 0.58 0.74
HSL 358.46º 0.42% 0.18% -
HSV(B) 358.46º 0.59% 0.26% -
XYZ 2.85 2.03 1.34 -
YUV 38.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 66 27 28 0 0.59 0.58 0.74 358.46 0.42 0.18
Hex 42 1B 1C 0 3B 3A 4A 166 2A 12
Octal 102 33 34 0 73 72 112 546 52 22
Binary 1000010 11011 11100 0 111011 111010 1001010 101100110 101010 10010

Color Harmonies of #421B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B1C

Black with #421B1C

Text Example


Text Example

White with #421B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421B1C; }

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

 H1.HeaderClassName
 {
   color: #421B1C;
 }
 .AnyTagClassName
 {
   color: #421B1C;
 }
</style>

background-color css

<style>
 a { background-color: #421B1C; }

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

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

border-color css

<style>
 span { border-color: #421B1C; }

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

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