Html Css Color HEX #421C1E Rustic Red

📋 copy color: '#421C1E'

red 66 ◦ green 28 ◦ blue 30

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

Shades of Rustic Red #421C1E

Tints of Rustic Red #421C1E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 22.58%

 BLUE value IS 30 (12.11% from 255) = 24.19%

R = 53.23%
G = 22.58%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#421C1E (or 0x421C1E) is known color: Rustic Red. HEX triplet: 42, 1C and 1E. RGB value is (66,28,30). Sum of RGB (Red+Green+Blue) = 66+28+30=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #421C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C1E is #BDE3E1. Grayscale: #272727. Windows color (decimal): -12444642 or 1973314. OLE color: 1973314.

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

Color convert

RGB 66 28 30 -
CMYK 0 0.58 0.55 0.74
HSL 356.84º 0.4% 0.18% -
HSV(B) 356.84º 0.58% 0.26% -
XYZ 2.9 2.08 1.48 -
YUV 39.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 66 28 30 0 0.58 0.55 0.74 356.84 0.4 0.18
Hex 42 1C 1E 0 3A 37 4A 165 28 12
Octal 102 34 36 0 72 67 112 545 50 22
Binary 1000010 11100 11110 0 111010 110111 1001010 101100101 101000 10010

Color Harmonies of #421C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C1E

Black with #421C1E

Text Example


Text Example

White with #421C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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