Html Css Color HEX #421D1E Rustic Red

📋 copy color: '#421D1E'

red 66 ◦ green 29 ◦ blue 30

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

Shades of Rustic Red #421D1E

Tints of Rustic Red #421D1E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.2%

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

R = 52.8%
G = 23.2%
B = 24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.74

RGB Variations

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

Color information

#421D1E (or 0x421D1E) is known color: Rustic Red. HEX triplet: 42, 1D and 1E. RGB value is (66,29,30). Sum of RGB (Red+Green+Blue) = 66+29+30=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 29 (11.72% from 255 or 23.2% from 125); Blue value is 30 (12.11% from 255 or 24% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #421D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D1E is #BDE2E1. Grayscale: #282828. Windows color (decimal): -12444386 or 1973570. OLE color: 1973570.

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

Color convert

RGB 66 29 30 -
CMYK 0 0.56 0.55 0.74
HSL 358.38º 0.39% 0.19% -
HSV(B) 358.38º 0.56% 0.26% -
XYZ 2.92 2.13 1.49 -
YUV 40.18 122.26 146.42 -
System Red Green Blue C M Y K H S L
Decimal 66 29 30 0 0.56 0.55 0.74 358.38 0.39 0.19
Hex 42 1D 1E 0 38 37 4A 166 27 13
Octal 102 35 36 0 70 67 112 546 47 23
Binary 1000010 11101 11110 0 111000 110111 1001010 101100110 100111 10011

Color Harmonies of #421D1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D1E

Black with #421D1E

Text Example


Text Example

White with #421D1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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