Html Css Color HEX #421215 Rustic Red

📋 copy color: '#421215'

red 66 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #421215

Tints of Rustic Red #421215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20%

R = 62.86%
G = 17.14%
B = 20%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#421215 (or 0x421215) is known color: Rustic Red. HEX triplet: 42, 12 and 15. RGB value is (66,18,21). Sum of RGB (Red+Green+Blue) = 66+18+21=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 21 (8.59% from 255 or 20% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #421215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421215 is #BDEDEA. Grayscale: #202020. Windows color (decimal): -12447211 or 1380930. OLE color: 1380930.

HSL color Cylindrical-coordinate representation of color #421215: hue angle of 356.25º 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 #421215 is Cyan = 0, Magento = 0.73, Yellow = 0.68 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 18 21 -
CMYK 0 0.73 0.68 0.74
HSL 356.25º 0.57% 0.16% -
HSV(B) 356.25º 0.73% 0.26% -
XYZ 2.6 1.65 0.89 -
YUV 32.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 66 18 21 0 0.73 0.68 0.74 356.25 0.57 0.16
Hex 42 12 15 0 49 44 4A 164 39 10
Octal 102 22 25 0 111 104 112 544 71 20
Binary 1000010 10010 10101 0 1001001 1000100 1001010 101100100 111001 10000

Color Harmonies of #421215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421215

Black with #421215

Text Example


Text Example

White with #421215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421215; }

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

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

background-color css

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

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

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

border-color css

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

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

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