Html Css Color HEX #421C1F Rustic Red

📋 copy color: '#421C1F'

red 66 ◦ green 28 ◦ blue 31

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

Shades of Rustic Red #421C1F

Tints of Rustic Red #421C1F

RGB

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

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

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

R = 52.8%
G = 22.4%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#421C1F (or 0x421C1F) is known color: Rustic Red. HEX triplet: 42, 1C and 1F. RGB value is (66,28,31). Sum of RGB (Red+Green+Blue) = 66+28+31=125 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.8% from 125); Green value is 28 (11.33% from 255 or 22.4% from 125); Blue value is 31 (12.5% from 255 or 24.8% from 125); Max value from RGB is 66 - color contains mainly: red. Hex color #421C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421C1F is #BDE3E0. Grayscale: #272727. Windows color (decimal): -12444641 or 2038850. OLE color: 2038850.

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

Color convert

RGB 66 28 31 -
CMYK 0 0.58 0.53 0.74
HSL 355.26º 0.4% 0.18% -
HSV(B) 355.26º 0.58% 0.26% -
XYZ 2.91 2.09 1.55 -
YUV 39.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 66 28 31 0 0.58 0.53 0.74 355.26 0.4 0.18
Hex 42 1C 1F 0 3A 35 4A 163 28 12
Octal 102 34 37 0 72 65 112 543 50 22
Binary 1000010 11100 11111 0 111010 110101 1001010 101100011 101000 10010

Color Harmonies of #421C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421C1F

Black with #421C1F

Text Example


Text Example

White with #421C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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