Html Css Color HEX #420001 Rustic Red

📋 copy color: '#420001'

red 66 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #420001

Tints of Rustic Red #420001

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 1 (0.78% from 255) = 1.49%

R = 98.51%
G = 0%
B = 1.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#420001 (or 0x420001) is known color: Rustic Red. HEX triplet: 42, 00 and 01. RGB value is (66,0,1). Sum of RGB (Red+Green+Blue) = 66+0+1=67 (8% of max value = 765). Red value is 66 (26.17% from 255 or 98.51% from 67); Green value is 0 (0.39% from 255 or 0% from 67); Blue value is 1 (0.78% from 255 or 1.49% from 67); Max value from RGB is 66 - color contains mainly: red. Hex color #420001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #420001 is #BDFFFE. Grayscale: #131313. Windows color (decimal): -12451839 or 65602. OLE color: 65602.

HSL color Cylindrical-coordinate representation of color #420001: hue angle of 359.09º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420001 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 0 1 -
CMYK 0 1 0.98 0.74
HSL 359.09º 1% 0.13% -
HSV(B) 359.09º 1% 0.26% -
XYZ 2.25 1.16 0.13 -
YUV 19.85 117.37 160.92 -
System Red Green Blue C M Y K H S L
Decimal 66 0 1 0 1 0.98 0.74 359.09 1 0.13
Hex 42 0 1 0 64 62 4A 167 64 D
Octal 102 0 1 0 144 142 112 547 144 15
Binary 1000010 0 1 0 1100100 1100010 1001010 101100111 1100100 1101

Color Harmonies of #420001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #420001

Black with #420001

Text Example


Text Example

White with #420001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #420001; }

 p { color: rgb(66,0,1); }

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

background-color css

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

 a { background-color: rgb(66,0,1); }

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

border-color css

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

 span { border-color: rgb(66,0,1); }

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