Html Css Color HEX #421619 Rustic Red

📋 copy color: '#421619'

red 66 ◦ green 22 ◦ blue 25

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

Shades of Rustic Red #421619

Tints of Rustic Red #421619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 19.47%

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

R = 58.41%
G = 19.47%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#421619 (or 0x421619) is known color: Rustic Red. HEX triplet: 42, 16 and 19. RGB value is (66,22,25). Sum of RGB (Red+Green+Blue) = 66+22+25=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 22 (8.98% from 255 or 19.47% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #421619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421619 is #BDE9E6. Grayscale: #232323. Windows color (decimal): -12446183 or 1644098. OLE color: 1644098.

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

Color convert

RGB 66 22 25 -
CMYK 0 0.67 0.62 0.74
HSL 355.91º 0.5% 0.17% -
HSV(B) 355.91º 0.67% 0.26% -
XYZ 2.71 1.8 1.12 -
YUV 35.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 66 22 25 0 0.67 0.62 0.74 355.91 0.5 0.17
Hex 42 16 19 0 43 3E 4A 164 32 11
Octal 102 26 31 0 103 76 112 544 62 21
Binary 1000010 10110 11001 0 1000011 111110 1001010 101100100 110010 10001

Color Harmonies of #421619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421619

Black with #421619

Text Example


Text Example

White with #421619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421619; }

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

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

background-color css

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

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

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

border-color css

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

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

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