Html Css Color HEX #42050F Rustic Red

📋 copy color: '#42050F'

red 66 ◦ green 5 ◦ blue 15

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

Shades of Rustic Red #42050F

Tints of Rustic Red #42050F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 17.44%

R = 76.74%
G = 5.81%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.74

RGB Variations

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

Color information

#42050F (or 0x42050F) is known color: Rustic Red. HEX triplet: 42, 05 and 0F. RGB value is (66,5,15). Sum of RGB (Red+Green+Blue) = 66+5+15=86 (11% of max value = 765). Red value is 66 (26.17% from 255 or 76.74% from 86); Green value is 5 (2.34% from 255 or 5.81% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 66 - color contains mainly: red. Hex color #42050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #42050F is #BDFAF0. Grayscale: #181818. Windows color (decimal): -12450545 or 984386. OLE color: 984386.

HSL color Cylindrical-coordinate representation of color #42050F: hue angle of 350.16º 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 #42050F is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 5 15 -
CMYK 0 0.92 0.77 0.74
HSL 350.16º 0.86% 0.14% -
HSV(B) 350.16º 0.92% 0.26% -
XYZ 2.39 1.3 0.58 -
YUV 24.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 66 5 15 0 0.92 0.77 0.74 350.16 0.86 0.14
Hex 42 5 F 0 5C 4D 4A 15E 56 E
Octal 102 5 17 0 134 115 112 536 126 16
Binary 1000010 101 1111 0 1011100 1001101 1001010 101011110 1010110 1110

Color Harmonies of #42050F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42050F

Black with #42050F

Text Example


Text Example

White with #42050F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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