Html Css Color HEX #420314 Rustic Red

📋 copy color: '#420314'

red 66 ◦ green 3 ◦ blue 20

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

Shades of Rustic Red #420314

Tints of Rustic Red #420314

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.37%

 BLUE value IS 20 (8.2% from 255) = 22.47%

R = 74.16%
G = 3.37%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.70

 K value IS 0.74

RGB Variations

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

Color information

#420314 (or 0x420314) is known color: Rustic Red. HEX triplet: 42, 03 and 14. RGB value is (66,3,20). Sum of RGB (Red+Green+Blue) = 66+3+20=89 (11% of max value = 765). Red value is 66 (26.17% from 255 or 74.16% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 20 (8.20% from 255 or 22.47% from 89); Max value from RGB is 66 - color contains mainly: red. Hex color #420314 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420314 is #BDFCEB. Grayscale: #171717. Windows color (decimal): -12451052 or 1311554. OLE color: 1311554.

HSL color Cylindrical-coordinate representation of color #420314: hue angle of 343.81º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420314 is Cyan = 0, Magento = 0.95, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 3 20 -
CMYK 0 0.95 0.70 0.74
HSL 343.81º 0.91% 0.14% -
HSV(B) 343.81º 0.95% 0.26% -
XYZ 2.41 1.27 0.78 -
YUV 23.78 125.87 158.12 -
System Red Green Blue C M Y K H S L
Decimal 66 3 20 0 0.95 0.70 0.74 343.81 0.91 0.14
Hex 42 3 14 0 5F 46 4A 158 5B E
Octal 102 3 24 0 137 106 112 530 133 16
Binary 1000010 11 10100 0 1011111 1000110 1001010 101011000 1011011 1110

Color Harmonies of #420314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420314

Black with #420314

Text Example


Text Example

White with #420314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420314; }

 p { color: rgb(66,3,20); }

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

background-color css

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

 a { background-color: rgb(66,3,20); }

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

border-color css

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

 span { border-color: rgb(66,3,20); }

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