Html Css Color HEX #421119 Rustic Red

📋 copy color: '#421119'

red 66 ◦ green 17 ◦ blue 25

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

Shades of Rustic Red #421119

Tints of Rustic Red #421119

RGB

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

 GREEN value IS 17 (7.03% from 255) = 15.74%

 BLUE value IS 25 (10.16% from 255) = 23.15%

R = 61.11%
G = 15.74%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#421119 (or 0x421119) is known color: Rustic Red. HEX triplet: 42, 11 and 19. RGB value is (66,17,25). Sum of RGB (Red+Green+Blue) = 66+17+25=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 17 (7.03% from 255 or 15.74% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #421119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421119 is #BDEEE6. Grayscale: #202020. Windows color (decimal): -12447463 or 1642818. OLE color: 1642818.

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

Color convert

RGB 66 17 25 -
CMYK 0 0.74 0.62 0.74
HSL 350.2º 0.59% 0.16% -
HSV(B) 350.2º 0.74% 0.26% -
XYZ 2.62 1.63 1.1 -
YUV 32.56 123.73 151.85 -
System Red Green Blue C M Y K H S L
Decimal 66 17 25 0 0.74 0.62 0.74 350.2 0.59 0.16
Hex 42 11 19 0 4A 3E 4A 15E 3B 10
Octal 102 21 31 0 112 76 112 536 73 20
Binary 1000010 10001 11001 0 1001010 111110 1001010 101011110 111011 10000

Color Harmonies of #421119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421119

Black with #421119

Text Example


Text Example

White with #421119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421119; }

 p { color: rgb(66,17,25); }

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

background-color css

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

 a { background-color: rgb(66,17,25); }

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

border-color css

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

 span { border-color: rgb(66,17,25); }

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