Html Css Color HEX #421214 Rustic Red

📋 copy color: '#421214'

red 66 ◦ green 18 ◦ blue 20

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

Shades of Rustic Red #421214

Tints of Rustic Red #421214

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.31%

 BLUE value IS 20 (8.2% from 255) = 19.23%

R = 63.46%
G = 17.31%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#421214 (or 0x421214) is known color: Rustic Red. HEX triplet: 42, 12 and 14. RGB value is (66,18,20). Sum of RGB (Red+Green+Blue) = 66+18+20=104 (13% of max value = 765). Red value is 66 (26.17% from 255 or 63.46% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 20 (8.20% from 255 or 19.23% from 104); Max value from RGB is 66 - color contains mainly: red. Hex color #421214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421214 is #BDEDEB. Grayscale: #202020. Windows color (decimal): -12447212 or 1315394. OLE color: 1315394.

HSL color Cylindrical-coordinate representation of color #421214: hue angle of 357.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #421214 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 18 20 -
CMYK 0 0.73 0.70 0.74
HSL 357.5º 0.57% 0.16% -
HSV(B) 357.5º 0.73% 0.26% -
XYZ 2.59 1.64 0.84 -
YUV 32.58 120.9 151.84 -
System Red Green Blue C M Y K H S L
Decimal 66 18 20 0 0.73 0.70 0.74 357.5 0.57 0.16
Hex 42 12 14 0 49 46 4A 166 39 10
Octal 102 22 24 0 111 106 112 546 71 20
Binary 1000010 10010 10100 0 1001001 1000110 1001010 101100110 111001 10000

Color Harmonies of #421214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421214

Black with #421214

Text Example


Text Example

White with #421214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421214; }

 p { color: rgb(66,18,20); }

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

background-color css

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

 a { background-color: rgb(66,18,20); }

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

border-color css

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

 span { border-color: rgb(66,18,20); }

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