Html Css Color HEX #060104 Rustic Red

📋 copy color: '#060104'

red 6 ◦ green 1 ◦ blue 4

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

Shades of Rustic Red #060104

Tints of Rustic Red #060104

RGB

 RED value IS 6 (2.73% from 255) = 54.55%

 GREEN value IS 1 (0.78% from 255) = 9.09%

 BLUE value IS 4 (1.95% from 255) = 36.36%

R = 54.55%
G = 9.09%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.33

 K value IS 0.98

RGB Variations

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

Color information

#060104 (or 0x060104) is known color: Rustic Red. HEX triplet: 06, 01 and 04. RGB value is (6,1,4). Sum of RGB (Red+Green+Blue) = 6+1+4=11 (1% of max value = 765). Red value is 6 (2.73% from 255 or 54.55% from 11); Green value is 1 (0.78% from 255 or 9.09% from 11); Blue value is 4 (1.95% from 255 or 36.36% from 11); Max value from RGB is 6 - color contains mainly: red. Hex color #060104 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060104 is #F9FEFB. Grayscale: #020202. Windows color (decimal): -16383740 or 262406. OLE color: 262406.

HSL color Cylindrical-coordinate representation of color #060104: hue angle of 324º degrees, saturation: 0.71, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #060104 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.98.

Color convert

RGB 6 1 4 -
CMYK 0 0.83 0.33 0.98
HSL 324º 0.71% 0.01% -
HSV(B) 324º 0.83% 0.02% -
XYZ 0.11 0.07 0.12 -
YUV 2.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 6 1 4 0 0.83 0.33 0.98 324 0.71 0.01
Hex 6 1 4 0 53 21 62 144 47 1
Octal 6 1 4 0 123 41 142 504 107 1
Binary 110 1 100 0 1010011 100001 1100010 101000100 1000111 1

Color Harmonies of #060104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060104

Black with #060104

Text Example


Text Example

White with #060104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #060104; }

 p { color: rgb(6,1,4); }

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

background-color css

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

 a { background-color: rgb(6,1,4); }

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

border-color css

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

 span { border-color: rgb(6,1,4); }

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