Html Css Color HEX #421416 Rustic Red

📋 copy color: '#421416'

red 66 ◦ green 20 ◦ blue 22

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

Shades of Rustic Red #421416

Tints of Rustic Red #421416

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.52%

 BLUE value IS 22 (8.98% from 255) = 20.37%

R = 61.11%
G = 18.52%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#421416 (or 0x421416) is known color: Rustic Red. HEX triplet: 42, 14 and 16. RGB value is (66,20,22). Sum of RGB (Red+Green+Blue) = 66+20+22=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #421416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421416 is #BDEBE9. Grayscale: #222222. Windows color (decimal): -12446698 or 1446978. OLE color: 1446978.

HSL color Cylindrical-coordinate representation of color #421416: hue angle of 357.39º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #421416 is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 20 22 -
CMYK 0 0.70 0.67 0.74
HSL 357.39º 0.53% 0.17% -
HSV(B) 357.39º 0.7% 0.26% -
XYZ 2.64 1.72 0.95 -
YUV 33.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 66 20 22 0 0.70 0.67 0.74 357.39 0.53 0.17
Hex 42 14 16 0 46 43 4A 165 35 11
Octal 102 24 26 0 106 103 112 545 65 21
Binary 1000010 10100 10110 0 1000110 1000011 1001010 101100101 110101 10001

Color Harmonies of #421416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421416

Black with #421416

Text Example


Text Example

White with #421416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421416; }

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

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

background-color css

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

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

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

border-color css

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

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

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