Html Css Color HEX #421318 Rustic Red

📋 copy color: '#421318'

red 66 ◦ green 19 ◦ blue 24

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

Shades of Rustic Red #421318

Tints of Rustic Red #421318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.43%

 BLUE value IS 24 (9.77% from 255) = 22.02%

R = 60.55%
G = 17.43%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#421318 (or 0x421318) is known color: Rustic Red. HEX triplet: 42, 13 and 18. RGB value is (66,19,24). Sum of RGB (Red+Green+Blue) = 66+19+24=109 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60.55% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 24 (9.77% from 255 or 22.02% from 109); Max value from RGB is 66 - color contains mainly: red. Hex color #421318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421318 is #BDECE7. Grayscale: #212121. Windows color (decimal): -12446952 or 1577794. OLE color: 1577794.

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

Color convert

RGB 66 19 24 -
CMYK 0 0.71 0.64 0.74
HSL 353.62º 0.55% 0.17% -
HSV(B) 353.62º 0.71% 0.26% -
XYZ 2.64 1.69 1.05 -
YUV 33.62 122.57 151.09 -
System Red Green Blue C M Y K H S L
Decimal 66 19 24 0 0.71 0.64 0.74 353.62 0.55 0.17
Hex 42 13 18 0 47 40 4A 162 37 11
Octal 102 23 30 0 107 100 112 542 67 21
Binary 1000010 10011 11000 0 1000111 1000000 1001010 101100010 110111 10001

Color Harmonies of #421318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421318

Black with #421318

Text Example


Text Example

White with #421318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421318; }

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

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

background-color css

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

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

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

border-color css

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

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

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