Html Css Color HEX #42040E Rustic Red

📋 copy color: '#42040E'

red 66 ◦ green 4 ◦ blue 14

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

Shades of Rustic Red #42040E

Tints of Rustic Red #42040E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.76%

 BLUE value IS 14 (5.86% from 255) = 16.67%

R = 78.57%
G = 4.76%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#42040E (or 0x42040E) is known color: Rustic Red. HEX triplet: 42, 04 and 0E. RGB value is (66,4,14). Sum of RGB (Red+Green+Blue) = 66+4+14=84 (11% of max value = 765). Red value is 66 (26.17% from 255 or 78.57% from 84); Green value is 4 (1.95% from 255 or 4.76% from 84); Blue value is 14 (5.86% from 255 or 16.67% from 84); Max value from RGB is 66 - color contains mainly: red. Hex color #42040E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42040E is #BDFBF1. Grayscale: #171717. Windows color (decimal): -12450802 or 918594. OLE color: 918594.

HSL color Cylindrical-coordinate representation of color #42040E: hue angle of 350.32º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42040E is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 4 14 -
CMYK 0 0.94 0.79 0.74
HSL 350.32º 0.89% 0.14% -
HSV(B) 350.32º 0.94% 0.26% -
XYZ 2.37 1.28 0.54 -
YUV 23.68 122.54 158.19 -
System Red Green Blue C M Y K H S L
Decimal 66 4 14 0 0.94 0.79 0.74 350.32 0.89 0.14
Hex 42 4 E 0 5E 4F 4A 15E 59 E
Octal 102 4 16 0 136 117 112 536 131 16
Binary 1000010 100 1110 0 1011110 1001111 1001010 101011110 1011001 1110

Color Harmonies of #42040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42040E

Black with #42040E

Text Example


Text Example

White with #42040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42040E; }

 p { color: rgb(66,4,14); }

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

background-color css

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

 a { background-color: rgb(66,4,14); }

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

border-color css

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

 span { border-color: rgb(66,4,14); }

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