Html Css Color HEX #421618 Rustic Red

📋 copy color: '#421618'

red 66 ◦ green 22 ◦ blue 24

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

Shades of Rustic Red #421618

Tints of Rustic Red #421618

RGB

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

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

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

R = 58.93%
G = 19.64%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#421618 (or 0x421618) is known color: Rustic Red. HEX triplet: 42, 16 and 18. RGB value is (66,22,24). Sum of RGB (Red+Green+Blue) = 66+22+24=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #421618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #421618 is #BDE9E7. Grayscale: #232323. Windows color (decimal): -12446184 or 1578562. OLE color: 1578562.

HSL color Cylindrical-coordinate representation of color #421618: hue angle of 357.27º 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 #421618 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 22 24 -
CMYK 0 0.67 0.64 0.74
HSL 357.27º 0.5% 0.17% -
HSV(B) 357.27º 0.67% 0.26% -
XYZ 2.7 1.8 1.07 -
YUV 35.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 66 22 24 0 0.67 0.64 0.74 357.27 0.5 0.17
Hex 42 16 18 0 43 40 4A 165 32 11
Octal 102 26 30 0 103 100 112 545 62 21
Binary 1000010 10110 11000 0 1000011 1000000 1001010 101100101 110010 10001

Color Harmonies of #421618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #421618

Black with #421618

Text Example


Text Example

White with #421618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #421618; }

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

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

background-color css

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

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

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

border-color css

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

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

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