Html Css Color HEX #420510 Rustic Red

📋 copy color: '#420510'

red 66 ◦ green 5 ◦ blue 16

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

Shades of Rustic Red #420510

Tints of Rustic Red #420510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 18.39%

R = 75.86%
G = 5.75%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.74

RGB Variations

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

Color information

#420510 (or 0x420510) is known color: Rustic Red. HEX triplet: 42, 05 and 10. RGB value is (66,5,16). Sum of RGB (Red+Green+Blue) = 66+5+16=87 (11% of max value = 765). Red value is 66 (26.17% from 255 or 75.86% from 87); Green value is 5 (2.34% from 255 or 5.75% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 66 - color contains mainly: red. Hex color #420510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420510 is #BDFAEF. Grayscale: #181818. Windows color (decimal): -12450544 or 1049922. OLE color: 1049922.

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

Color convert

RGB 66 5 16 -
CMYK 0 0.92 0.76 0.74
HSL 349.18º 0.86% 0.14% -
HSV(B) 349.18º 0.92% 0.26% -
XYZ 2.39 1.3 0.62 -
YUV 24.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 66 5 16 0 0.92 0.76 0.74 349.18 0.86 0.14
Hex 42 5 10 0 5C 4C 4A 15D 56 E
Octal 102 5 20 0 134 114 112 535 126 16
Binary 1000010 101 10000 0 1011100 1001100 1001010 101011101 1010110 1110

Color Harmonies of #420510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420510

Black with #420510

Text Example


Text Example

White with #420510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420510; }

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

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

background-color css

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

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

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

border-color css

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

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

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