Html Css Color HEX #421016 Rustic Red

📋 copy color: '#421016'

red 66 ◦ green 16 ◦ blue 22

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

Shades of Rustic Red #421016

Tints of Rustic Red #421016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.38%

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

R = 63.46%
G = 15.38%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.74

RGB Variations

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

Color information

#421016 (or 0x421016) is known color: Rustic Red. HEX triplet: 42, 10 and 16. RGB value is (66,16,22). Sum of RGB (Red+Green+Blue) = 66+16+22=104 (13% of max value = 765). Red value is 66 (26.17% from 255 or 63.46% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 66 - color contains mainly: red. Hex color #421016 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421016 is #BDEFE9. Grayscale: #1F1F1F. Windows color (decimal): -12447722 or 1445954. OLE color: 1445954.

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

Color convert

RGB 66 16 22 -
CMYK 0 0.76 0.67 0.74
HSL 352.8º 0.61% 0.16% -
HSV(B) 352.8º 0.76% 0.26% -
XYZ 2.58 1.59 0.93 -
YUV 31.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 66 16 22 0 0.76 0.67 0.74 352.8 0.61 0.16
Hex 42 10 16 0 4C 43 4A 161 3D 10
Octal 102 20 26 0 114 103 112 541 75 20
Binary 1000010 10000 10110 0 1001100 1000011 1001010 101100001 111101 10000

Color Harmonies of #421016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421016

Black with #421016

Text Example


Text Example

White with #421016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421016; }

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

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

background-color css

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

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

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

border-color css

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

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

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