Html Css Color HEX #421B1F Rustic Red

📋 copy color: '#421B1F'

red 66 ◦ green 27 ◦ blue 31

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

Shades of Rustic Red #421B1F

Tints of Rustic Red #421B1F

RGB

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

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

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

R = 53.23%
G = 21.77%
B = 25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#421B1F (or 0x421B1F) is known color: Rustic Red. HEX triplet: 42, 1B and 1F. RGB value is (66,27,31). Sum of RGB (Red+Green+Blue) = 66+27+31=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 27 (10.94% from 255 or 21.77% from 124); Blue value is 31 (12.5% from 255 or 25% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #421B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B1F is #BDE4E0. Grayscale: #272727. Windows color (decimal): -12444897 or 2038594. OLE color: 2038594.

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

Color convert

RGB 66 27 31 -
CMYK 0 0.59 0.53 0.74
HSL 353.85º 0.42% 0.18% -
HSV(B) 353.85º 0.59% 0.26% -
XYZ 2.89 2.04 1.54 -
YUV 39.12 123.42 147.17 -
System Red Green Blue C M Y K H S L
Decimal 66 27 31 0 0.59 0.53 0.74 353.85 0.42 0.18
Hex 42 1B 1F 0 3B 35 4A 162 2A 12
Octal 102 33 37 0 73 65 112 542 52 22
Binary 1000010 11011 11111 0 111011 110101 1001010 101100010 101010 10010

Color Harmonies of #421B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421B1F

Black with #421B1F

Text Example


Text Example

White with #421B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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