Html Css Color HEX #421415 Rustic Red

📋 copy color: '#421415'

red 66 ◦ green 20 ◦ blue 21

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

Shades of Rustic Red #421415

Tints of Rustic Red #421415

RGB

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

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

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

R = 61.68%
G = 18.69%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.74

RGB Variations

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

Color information

#421415 (or 0x421415) is known color: Rustic Red. HEX triplet: 42, 14 and 15. RGB value is (66,20,21). Sum of RGB (Red+Green+Blue) = 66+20+21=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #421415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421415 is #BDEBEA. Grayscale: #212121. Windows color (decimal): -12446699 or 1381442. OLE color: 1381442.

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

Color convert

RGB 66 20 21 -
CMYK 0 0.70 0.68 0.74
HSL 358.7º 0.53% 0.17% -
HSV(B) 358.7º 0.7% 0.26% -
XYZ 2.63 1.71 0.9 -
YUV 33.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 66 20 21 0 0.70 0.68 0.74 358.7 0.53 0.17
Hex 42 14 15 0 46 44 4A 167 35 11
Octal 102 24 25 0 106 104 112 547 65 21
Binary 1000010 10100 10101 0 1000110 1000100 1001010 101100111 110101 10001

Color Harmonies of #421415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421415

Black with #421415

Text Example


Text Example

White with #421415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421415; }

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

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

background-color css

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

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

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

border-color css

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

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

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