Html Css Color HEX #421519 Rustic Red

📋 copy color: '#421519'

red 66 ◦ green 21 ◦ blue 25

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

Shades of Rustic Red #421519

Tints of Rustic Red #421519

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.75%

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

R = 58.93%
G = 18.75%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#421519 (or 0x421519) is known color: Rustic Red. HEX triplet: 42, 15 and 19. RGB value is (66,21,25). Sum of RGB (Red+Green+Blue) = 66+21+25=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 21 (8.59% from 255 or 18.75% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #421519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421519 is #BDEAE6. Grayscale: #222222. Windows color (decimal): -12446439 or 1643842. OLE color: 1643842.

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

Color convert

RGB 66 21 25 -
CMYK 0 0.68 0.62 0.74
HSL 354.67º 0.52% 0.17% -
HSV(B) 354.67º 0.68% 0.26% -
XYZ 2.69 1.76 1.12 -
YUV 34.91 122.41 150.17 -
System Red Green Blue C M Y K H S L
Decimal 66 21 25 0 0.68 0.62 0.74 354.67 0.52 0.17
Hex 42 15 19 0 44 3E 4A 163 34 11
Octal 102 25 31 0 104 76 112 543 64 21
Binary 1000010 10101 11001 0 1000100 111110 1001010 101100011 110100 10001

Color Harmonies of #421519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421519

Black with #421519

Text Example


Text Example

White with #421519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421519; }

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

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

background-color css

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

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

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

border-color css

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

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

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