Html Css Color HEX #421D1F Rustic Red

📋 copy color: '#421D1F'

red 66 ◦ green 29 ◦ blue 31

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

Shades of Rustic Red #421D1F

Tints of Rustic Red #421D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 24.6%

R = 52.38%
G = 23.02%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#421D1F (or 0x421D1F) is known color: Rustic Red. HEX triplet: 42, 1D and 1F. RGB value is (66,29,31). Sum of RGB (Red+Green+Blue) = 66+29+31=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 31 (12.5% from 255 or 24.60% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #421D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421D1F is #BDE2E0. Grayscale: #282828. Windows color (decimal): -12444385 or 2039106. OLE color: 2039106.

HSL color Cylindrical-coordinate representation of color #421D1F: hue angle of 356.76º 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 #421D1F is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 29 31 -
CMYK 0 0.56 0.53 0.74
HSL 356.76º 0.39% 0.19% -
HSV(B) 356.76º 0.56% 0.26% -
XYZ 2.93 2.14 1.55 -
YUV 40.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 66 29 31 0 0.56 0.53 0.74 356.76 0.39 0.19
Hex 42 1D 1F 0 38 35 4A 165 27 13
Octal 102 35 37 0 70 65 112 545 47 23
Binary 1000010 11101 11111 0 111000 110101 1001010 101100101 100111 10011

Color Harmonies of #421D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421D1F

Black with #421D1F

Text Example


Text Example

White with #421D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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