Html Css Color HEX #42050D Rustic Red

📋 copy color: '#42050D'

red 66 ◦ green 5 ◦ blue 13

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

Shades of Rustic Red #42050D

Tints of Rustic Red #42050D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.95%

 BLUE value IS 13 (5.47% from 255) = 15.48%

R = 78.57%
G = 5.95%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.74

RGB Variations

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

Color information

#42050D (or 0x42050D) is known color: Rustic Red. HEX triplet: 42, 05 and 0D. RGB value is (66,5,13). Sum of RGB (Red+Green+Blue) = 66+5+13=84 (11% of max value = 765). Red value is 66 (26.17% from 255 or 78.57% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 13 (5.47% from 255 or 15.48% from 84); Max value from RGB is 66 - color contains mainly: red. Hex color #42050D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42050D is #BDFAF2. Grayscale: #181818. Windows color (decimal): -12450547 or 853314. OLE color: 853314.

HSL color Cylindrical-coordinate representation of color #42050D: hue angle of 352.13º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #42050D is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 5 13 -
CMYK 0 0.92 0.80 0.74
HSL 352.13º 0.86% 0.14% -
HSV(B) 352.13º 0.92% 0.26% -
XYZ 2.37 1.3 0.51 -
YUV 24.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 66 5 13 0 0.92 0.80 0.74 352.13 0.86 0.14
Hex 42 5 D 0 5C 50 4A 160 56 E
Octal 102 5 15 0 134 120 112 540 126 16
Binary 1000010 101 1101 0 1011100 1010000 1001010 101100000 1010110 1110

Color Harmonies of #42050D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42050D

Black with #42050D

Text Example


Text Example

White with #42050D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42050D; }

 p { color: rgb(66,5,13); }

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

background-color css

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

 a { background-color: rgb(66,5,13); }

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

border-color css

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

 span { border-color: rgb(66,5,13); }

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