Html Css Color HEX #421019 Rustic Red

📋 copy color: '#421019'

red 66 ◦ green 16 ◦ blue 25

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

Shades of Rustic Red #421019

Tints of Rustic Red #421019

RGB

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

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

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

R = 61.68%
G = 14.95%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#421019 (or 0x421019) is known color: Rustic Red. HEX triplet: 42, 10 and 19. RGB value is (66,16,25). Sum of RGB (Red+Green+Blue) = 66+16+25=107 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.68% from 107); Green value is 16 (6.64% from 255 or 14.95% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 66 - color contains mainly: red. Hex color #421019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421019 is #BDEFE6. Grayscale: #1F1F1F. Windows color (decimal): -12447719 or 1642562. OLE color: 1642562.

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

Color convert

RGB 66 16 25 -
CMYK 0 0.76 0.62 0.74
HSL 349.2º 0.61% 0.16% -
HSV(B) 349.2º 0.76% 0.26% -
XYZ 2.61 1.6 1.09 -
YUV 31.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 66 16 25 0 0.76 0.62 0.74 349.2 0.61 0.16
Hex 42 10 19 0 4C 3E 4A 15D 3D 10
Octal 102 20 31 0 114 76 112 535 75 20
Binary 1000010 10000 11001 0 1001100 111110 1001010 101011101 111101 10000

Color Harmonies of #421019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421019

Black with #421019

Text Example


Text Example

White with #421019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421019; }

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

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

background-color css

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

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

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

border-color css

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

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

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