Html Css Color HEX #421719 Rustic Red

📋 copy color: '#421719'

red 66 ◦ green 23 ◦ blue 25

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

Shades of Rustic Red #421719

Tints of Rustic Red #421719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20.18%

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

R = 57.89%
G = 20.18%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#421719 (or 0x421719) is known color: Rustic Red. HEX triplet: 42, 17 and 19. RGB value is (66,23,25). Sum of RGB (Red+Green+Blue) = 66+23+25=114 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.89% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 25 (10.16% from 255 or 21.93% from 114); Max value from RGB is 66 - color contains mainly: red. Hex color #421719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421719 is #BDE8E6. Grayscale: #242424. Windows color (decimal): -12445927 or 1644354. OLE color: 1644354.

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

Color convert

RGB 66 23 25 -
CMYK 0 0.65 0.62 0.74
HSL 357.21º 0.48% 0.17% -
HSV(B) 357.21º 0.65% 0.26% -
XYZ 2.73 1.84 1.13 -
YUV 36.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 66 23 25 0 0.65 0.62 0.74 357.21 0.48 0.17
Hex 42 17 19 0 41 3E 4A 165 30 11
Octal 102 27 31 0 101 76 112 545 60 21
Binary 1000010 10111 11001 0 1000001 111110 1001010 101100101 110000 10001

Color Harmonies of #421719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421719

Black with #421719

Text Example


Text Example

White with #421719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421719; }

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

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

background-color css

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

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

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

border-color css

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

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

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