Html Css Color HEX #421819 Rustic Red

📋 copy color: '#421819'

red 66 ◦ green 24 ◦ blue 25

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

Shades of Rustic Red #421819

Tints of Rustic Red #421819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 20.87%

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

R = 57.39%
G = 20.87%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.74

RGB Variations

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

Color information

#421819 (or 0x421819) is known color: Rustic Red. HEX triplet: 42, 18 and 19. RGB value is (66,24,25). Sum of RGB (Red+Green+Blue) = 66+24+25=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 25 (10.16% from 255 or 21.74% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #421819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421819 is #BDE7E6. Grayscale: #242424. Windows color (decimal): -12445671 or 1644610. OLE color: 1644610.

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

Color convert

RGB 66 24 25 -
CMYK 0 0.64 0.62 0.74
HSL 358.57º 0.47% 0.18% -
HSV(B) 358.57º 0.64% 0.26% -
XYZ 2.75 1.88 1.14 -
YUV 36.67 121.41 148.92 -
System Red Green Blue C M Y K H S L
Decimal 66 24 25 0 0.64 0.62 0.74 358.57 0.47 0.18
Hex 42 18 19 0 40 3E 4A 167 2F 12
Octal 102 30 31 0 100 76 112 547 57 22
Binary 1000010 11000 11001 0 1000000 111110 1001010 101100111 101111 10010

Color Harmonies of #421819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421819

Black with #421819

Text Example


Text Example

White with #421819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421819; }

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

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

background-color css

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

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

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

border-color css

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

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

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